Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 10, 2024
1 parent a425f79 commit 759d9a1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/check-status-of-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,21 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'sdks/openapi-examples'
token: ${{ secrets.SUBMODULES_ACCESS_TOKEN }}
submodules: true
continue-on-error: true

- name: Checkout openapi-examples
uses: actions/checkout@v2
with:
repository: konfig-sdks/openapi-examples
path: sdks/openapi-examples

- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: yarn
cache-dependency-path: sdks/yarn.lock
- run: yarn install --network-timeout 600000
- name: Pull Latest Changes in sdks/openapi-examples
run: |
cd sdks/openapi-examples
git pull
- run: yarn check-status-of-apis
- name: Commit and push changes
if: success()
Expand Down

0 comments on commit 759d9a1

Please sign in to comment.