Skip to content

Commit

Permalink
Adjust k6 test suite conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Dec 13, 2024
1 parent 92356ef commit 73eb7fd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/k6-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
name: Run k6 Test Suite
on: [push]
on:
push:
paths:
- 'scripts/**'
- 'k6/**'
release:
types:
- created

# Important: The k6 test suite will only be run against the latest
# release of the Quickpizza service, not against the code in the
# commit itself. Therefore, we only run this Action when the test
# files themselves are modified (or on a new release).

jobs:
runner-job:
Expand Down

0 comments on commit 73eb7fd

Please sign in to comment.