Skip to content

Commit

Permalink
Merge pull request #881 from CruGlobal/retry-codegen
Browse files Browse the repository at this point in the history
[no-Jira] Fix codegen retry action
  • Loading branch information
canac authored Feb 26, 2024
2 parents 712d682 + 6ea063b commit 4ca6c76
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- name: 📈 Run GraphQL Codegen
uses: nick-fields/retry@v3
with:
command: |
yarn gql
yarn gql:server
command: yarn gql && yarn gql:server
timeout_minutes: 1
retry_wait_seconds: 60
max_attempts: 5
Expand All @@ -55,9 +53,7 @@ jobs:
- name: 📈 Run GraphQL Codegen
uses: nick-fields/retry@v3
with:
command: |
yarn gql
yarn gql:server
command: yarn gql && yarn gql:server
timeout_minutes: 1
retry_wait_seconds: 60
max_attempts: 5
Expand All @@ -76,9 +72,7 @@ jobs:
- name: 📈 Run GraphQL Codegen
uses: nick-fields/retry@v3
with:
command: |
yarn gql
yarn gql:server
command: yarn gql && yarn gql:server
timeout_minutes: 1
retry_wait_seconds: 60
max_attempts: 5
Expand Down

0 comments on commit 4ca6c76

Please sign in to comment.