Skip to content

Commit

Permalink
e2eTests only
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Jan 24, 2025
1 parent 4c8a4ba commit 3e1c83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ jobs:
restore-keys: sbt
- name: Backend tests
shell: bash
run: ./ciRunSbt.sh test
# run: ./ciRunSbt.sh test
run: ./ciRunSbt.sh e2eTests/test
- name: Test Report
if: success() || failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3e1c83a

Please sign in to comment.