Sync test data changes

This commit is contained in:
Jacob Wallraff
2023-02-01 15:48:19 -08:00
parent 7f69f0dcbf
commit 9d93f919d3
104 changed files with 1091 additions and 719 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
include-source: false # Drop file/line/col from output
skip:
- TypeScript
---
on: push
concurrency:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
@@ -13,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- run: echo hi
continue-on-error: true
concurrency:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
build2:
@@ -24,7 +22,7 @@ jobs:
concurrency: staging
build4:
runs-on: macos-latest
concurrency:
concurrency:
group: ref
cancel-in-progress: ${{ github.ref }}