Skip to content

Commit

Permalink
Fix test execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 30, 2023
1 parent 2a99348 commit 94bcb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Execute integration tests
working-directory: ui-tests
run: |
jlpm playwright test:notebook --output test-results
jlpm playwright test -c playwright-notebook.config.js
- name: Upload Playwright Test report
if: always()
Expand Down

0 comments on commit 94bcb5f

Please sign in to comment.