We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688b9cf commit 6255d60Copy full SHA for 6255d60
.github/workflows/ci-contracts.yml
@@ -5,11 +5,11 @@ env:
5
6
on:
7
push:
8
- branches: "*"
+ branches: '*'
9
paths:
10
- packages/contracts/**
11
pull_request:
12
13
14
15
workflow_dispatch:
@@ -22,10 +22,8 @@ jobs:
22
uses: actions/checkout@v4
23
- name: Set up environment
24
uses: ./.github/actions/setup
25
- - name: Build
26
- run: |
27
- pushd packages/contracts
28
- yarn build || yarn build
+ - name: Build all packages
+ run: yarn build
29
- name: Run tests
30
run: |
31
pushd packages/contracts
0 commit comments