Skip to content

Commit

Permalink
Add unit tests to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson authored Jun 11, 2024
1 parent 7c74223 commit 3d2471e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lxl-web-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: LXL-web Playwright tests
name: lxl-web
on:
push:
branches: [ develop ]
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
env:
API_URL: ${{ secrets.API_URL }}
ID_URL: ${{ secrets.ID_URL }}
run: npm run test:integration
run: npm run test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 3d2471e

Please sign in to comment.