Skip to content

Commit

Permalink
try to deploy a new CRIB
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Jul 8, 2024
1 parent 2449fbd commit 5afb019
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/crib-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5afb019

Please sign in to comment.