Skip to content

Commit

Permalink
server: tests: schedule slow only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 2, 2024
1 parent d9323b3 commit 0fc9d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Slow tests
id: server_integration_tests_slow
if: github.event.schedule != ''
if: ${{ github.event.schedule != '' && matrix.build_type == 'Release' }}
run: |
cd examples/server/tests
PORT=8888 ./tests.sh --stop --no-skipped --no-capture --tags slow

0 comments on commit 0fc9d03

Please sign in to comment.