Skip to content

Commit

Permalink
Add failure check in test-codegen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 27, 2024
1 parent 0ccfddc commit f3e4588
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
name: ${{ matrix.os }}-${{ matrix.node-version }}
path: ./packages/rtk-query-codegen-openapi/package.tgz

- name: Did we fail?
if: failure()
run: ls -R

test:
needs: build
defaults:
Expand Down Expand Up @@ -104,3 +108,7 @@ jobs:

- name: Run tests
run: yarn test

- name: Did we fail?
if: failure()
run: ls -R

0 comments on commit f3e4588

Please sign in to comment.