Skip to content

Commit d17de9e

Browse files
committed
fix
1 parent b957046 commit d17de9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request:
88
jobs:
99
tests:
10-
env:
11-
TEST_CMD: gotestsum --junitfile e2e-tests.xml --format standard-verbose --
1210
runs-on: ubuntu-latest
1311
strategy:
1412
fail-fast: false
@@ -87,6 +85,7 @@ jobs:
8785
ls -la
8886
- run: make e2e-test
8987
env:
88+
TEST_CMD: gotestsum --junitfile e2e-tests.xml --format standard-verbose --
9089
E2E_TAGS: ${{ matrix.tags }}
9190
MONGODB_ATLAS_ORG_ID: ${{ secrets.MONGODB_ATLAS_ORG_ID }}
9291
MONGODB_ATLAS_PROJECT_ID: ${{ secrets.MONGODB_ATLAS_PROJECT_ID }}
@@ -113,7 +112,7 @@ jobs:
113112
uses: actions/upload-artifact@v4.6.2
114113
with:
115114
name: ${{ env.NAME }}
116-
path: test/e2e/.snapshots/
115+
path: test/e2e/.snapshots/**
117116
- name: Test Summary
118117
id: test_summary
119118
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86

0 commit comments

Comments
 (0)