Skip to content

Commit

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

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

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

- name: Build
run: yarn build
Expand Down

0 comments on commit f65caec

Please sign in to comment.