Skip to content

Commit e5938c6

Browse files
author
Srihari Thalla
committed
perf(load-testing): mark load tests instead of blanketing
1 parent df211e3 commit e5938c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/load-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
K6_CLOUD_TOKEN: ${{ secrets.K6_CLOUD_TOKEN }}
2323
K6_CLOUD_PROJECT_ID: ${{ secrets.K6_CLOUD_PROJECT_ID }}
2424
with:
25-
path: tests/load-tests/**.js
25+
path: tests/load-tests/load-*.js
2626
parallel: false
2727
debug: true

0 commit comments

Comments
 (0)