Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 10, 2024
1 parent 387ea72 commit 8ebf918
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check-status-of-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
cache-dependency-path: sdks/yarn.lock
- run: yarn install --network-timeout 600000
- name: Pull Latest Changes in openapi-examples
run: |
cd openapi-examples
git pull
working-directory: sdks/openapi-examples
run: git pull
- run: yarn check-status-of-apis
- name: Commit and push changes
if: success()
Expand Down

0 comments on commit 8ebf918

Please sign in to comment.