Skip to content

Commit

Permalink
compare without immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto committed Jul 19, 2024
1 parent f65caec commit 1ef31c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Install dependencies
run: yarn install --immutable
run: yarn install

- name: Check directory
run: tree . -L 2
- run: pwd
- run: tree . -L 2

- name: Build
run: yarn build
Expand Down

0 comments on commit 1ef31c4

Please sign in to comment.