Skip to content

Commit 443ddf7

Browse files
fix: adjusting the pipeline file
1 parent 58fe6d3 commit 443ddf7

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/k6-test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ jobs:
2424
- name: Upload build artifacts
2525
uses: actions/upload-artifact@v4
2626
with:
27-
name: build-artifacts
27+
name: test-artifacts
2828
path: |
29-
node_modules
30-
dist
31-
src/tests
29+
src/tests/report.html
3230
3331
test:
3432
runs-on: ubuntu-latest
@@ -38,11 +36,6 @@ jobs:
3836
- name: Checkout repository
3937
uses: actions/checkout@v4
4038

41-
- name: Download build artifacts
42-
uses: actions/download-artifact@v4
43-
with:
44-
name: build-artifacts
45-
4639
- name: Install k6 v1.2.2
4740
run: |
4841
K6_VERSION=1.2.2

0 commit comments

Comments
 (0)