Skip to content

Commit

Permalink
Fix cypress test run on GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 5, 2024
1 parent 231c7a4 commit 072d166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: npm run transpile

- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 072d166

Please sign in to comment.