Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 29, 2023
1 parent aa65ddb commit 842e68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/strapi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install dependencies
env:
YARN_IGNORE_NODE: "1"
run: yarn --cwd back/strapi install
run: cd back/strapi && yarn --immutable

- name: Run tests
env:
YARN_IGNORE_NODE: "1"
run: yarn --cwd back/strapi test
run: cd back/strapi && yarn test

0 comments on commit 842e68b

Please sign in to comment.