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 b5209a1 commit b3a1785Copy full SHA for b3a1785
.github/workflows/snapshots.yml
@@ -4,6 +4,9 @@ on:
4
schedule:
5
- cron: "47 12 * * *"
6
workflow_dispatch:
7
+ push:
8
+ branches:
9
+ - test/vcr
10
concurrency:
11
# Pushing new changes to a branch will cancel any in-progress CI runs
12
group: ${{ github.workflow }}-${{ github.ref }}
@@ -33,6 +36,11 @@ jobs:
33
36
TEST_ACCEPTANCE: true
34
37
TEST_VCR_MODE: recordonly
35
38
UPDATE_SNAPS: always
39
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
40
+ with:
41
+ name: vcr-testdata-${{ github.run_number }}-${{ github.run_attempt }}
42
+ path: cmd/osv-scanner/**/testdata/cassettes/*.yaml
43
+ retention-days: 1
44
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
45
with:
46
token: ${{ secrets.PR_TOKEN_BOT }}
0 commit comments