Skip to content

Commit

Permalink
ci: group synthetic-chain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 3, 2024
1 parent 7ab93fe commit 9bf5500
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

# The .ts scripts depend upon this
- run: tsx --version || npm install --global tsx
# Enable corepack for packageManager config
- run: corepack enable || sudo corepack enable
- run: yarn install
- name: Setup synthetic-chain
run: |
# The .ts scripts depend upon this
tsx --version || npm install --global tsx
# Enable corepack for packageManager config
corepack enable || sudo corepack enable
yarn install
- name: Build proposal "use" images
run: |
Expand Down

0 comments on commit 9bf5500

Please sign in to comment.