Skip to content

Commit

Permalink
chore(INFRA-1282): add only immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
jluque0101 committed Dec 15, 2023
1 parent 619b9dd commit 83b4c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn
- run: yarn --immutable
- run: yarn test
- name: Require clean working directory
shell: bash
Expand Down

0 comments on commit 83b4c61

Please sign in to comment.