Skip to content

Commit 868df32

Browse files
committed
Set TEST_DIST to true in CI
1 parent 2fa1108 commit 868df32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-codegen.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 'yarn.lock'
2626
2727
build:
28-
needs: changes
28+
needs: [changes]
2929
if: ${{ needs.changes.outputs.codegen == 'true' }}
3030

3131
defaults:
@@ -69,7 +69,7 @@ jobs:
6969
run: ls -R
7070

7171
test:
72-
needs: build
72+
needs: [build]
7373
defaults:
7474
run:
7575
working-directory: ./packages/rtk-query-codegen-openapi
@@ -109,6 +109,8 @@ jobs:
109109

110110
- name: Run tests
111111
run: yarn test
112+
env:
113+
TEST_DIST: true
112114

113115
- name: Did we fail?
114116
if: failure()

0 commit comments

Comments
 (0)