From 5afb019f88ef79fde7729eafd5615a6c0092e127 Mon Sep 17 00:00:00 2001 From: skudasov Date: Mon, 8 Jul 2024 18:03:49 +0200 Subject: [PATCH] try to deploy a new CRIB --- .github/workflows/crib-integration-test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/crib-integration-test.yml b/.github/workflows/crib-integration-test.yml index 175fe221069..c796b89a75a 100644 --- a/.github/workflows/crib-integration-test.yml +++ b/.github/workflows/crib-integration-test.yml @@ -31,6 +31,17 @@ jobs: - name: Test shell: bash run: kubectl describe pods -n crib-skudasov + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + with: + repository: 'smartcontractkit/crib' + ref: 'main' + - name: Generate Short UUID + id: uuid + run: echo "NS_NAME=$(uuidgen | cut -c1-5)" >> $GITHUB_ENV + - name: Create a new CRIB environment + run: |- + devspace use namespace $NS_NAME + devspace deploy --profile local-dev-simulated-core-ocr1 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Setup go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0