We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559a650 commit db88a47Copy full SHA for db88a47
.github/workflows/data-refresh.yaml
@@ -52,8 +52,9 @@ jobs:
52
uses: actions/upload-artifact@v4
53
with:
54
name: mock-data
55
- path: test/
+ path: tests/mocks/data/
56
retention-days: 1
57
+ if-no-files-found: error
58
59
update-snapshots:
60
runs-on: ubuntu-latest
@@ -81,12 +82,12 @@ jobs:
81
82
run: npm ci
83
84
# Download the mock data from the previous job to ensure we're using
- #the sames data that caused the test failure
85
+ # the same data that caused the test failure
86
- name: Download mock data
87
uses: actions/download-artifact@v4
88
89
90
91
92
- name: Update snapshots
93
run: npm run test:update
0 commit comments