Skip to content

Commit

Permalink
chore(INFRA-1282): update yarn settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jluque0101 committed Dec 14, 2023
1 parent 4bc054d commit 19290bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install Yarn dependencies
run: yarn
run: yarn --immutable

build:
name: Build
Expand Down Expand Up @@ -60,12 +60,13 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --immutable --immutable-cache
- run: yarn
- run: yarn test
- name: Require clean working directory
shell: bash
run: |
if ! git diff --exit-code; then
echo "Working tree dirty at end of job"
exit 1
fi
fi

0 comments on commit 19290bd

Please sign in to comment.