Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Feb 1, 2024
1 parent 92b730a commit 879cd96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 18

- name: 'Install the dependencies'
run: 'yarn install'
run: 'yarn install --frozen-lockfile'

- name: 'Build the configs'
run: 'yarn build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 18

- name: 'Install the dependencies'
run: 'yarn install'
run: 'yarn install --frozen-lockfile'

- name: 'Build the contracts'
run: 'yarn build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 18

- name: 'Install the dependencies'
run: 'yarn install'
run: 'yarn install --frozen-lockfile'

- name: 'Build the sdk'
run: 'yarn build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 18

- name: 'Install the dependencies'
run: 'yarn install'
run: 'yarn install --frozen-lockfile'

- name: 'Test the subgraph'
run: 'yarn test >> $GITHUB_STEP_SUMMARY'

0 comments on commit 879cd96

Please sign in to comment.