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 1cc6aba commit 8ea479dCopy full SHA for 8ea479d
.github/workflows/generate-report.yml
@@ -45,7 +45,14 @@ jobs:
45
make contrib
46
47
- name: Generate report
48
- working-directory: ./clients-flight-recorder
+ working-directory: ./clients-flight-recorder/scripts/types-validator
49
env:
50
BRANCH: ${{ github.ref_name }}
51
- run: node scripts/type-validator/index.js --generate-report --ci --branch $BRANCH
+ run: node index.js --generate-report --ci --branch $BRANCH
52
+
53
+ - name: Cache JSON report
54
+ id: cache-json-report
55
+ uses: actions/cache/save@v4
56
+ with:
57
+ path: ./clients-flight-recorder/recordings/types-validation/types-validation.json
58
+ key: ${{ steps.restore-json-report.outputs.cache-primary-key }}
0 commit comments