File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88jobs :
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
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
You can’t perform that action at this time.
0 commit comments