Skip to content

Commit

Permalink
chore(INFRA-1282): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jluque0101 committed Dec 14, 2023
1 parent 19290bd commit 619b9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 --immutable
run: yarn

build:
name: Build
Expand All @@ -31,7 +31,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn
- run: yarn --immutable
- run: yarn build
- name: Store build artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 619b9dd

Please sign in to comment.