Skip to content

Commit

Permalink
- Fixing Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Mar 9, 2024
1 parent b4b10b5 commit e493abc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- run: npm run package

# Run the tests
- run: cd e2e
- run: npm ci
working-directory: e2e
- run: npm run build
- run: npm run test
working-directory: e2e
- run: npm run test
working-directory: e2e

0 comments on commit e493abc

Please sign in to comment.