Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 10, 2024
1 parent b5f3fb4 commit c42b471
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ jobs:
- name: Install yalc
run: yarn global add yalc
- name: Run tests
run: yarn test:e2e
run: |
yarn install
yarn test:e2e
job_artifacts:
Expand Down

0 comments on commit c42b471

Please sign in to comment.