Skip to content

Commit cab4133

Browse files
committed
ci(release): skip cross-repo data tests in CI
1 parent 9250a72 commit cab4133

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
- name: Install dependencies
3030
run: yarn install --immutable
3131

32-
- name: Unit tests
32+
- name: Unit tests (skip cross-repo data tests)
3333
run: yarn test:unit
34+
env:
35+
PUID_SKIP_DATA_TESTS: "1"
3436

3537
- name: Publish to npm (with provenance)
3638
run: npm publish --provenance --tag latest --access public

0 commit comments

Comments
 (0)