Skip to content

Commit

Permalink
fix(actions): make integration tests run one at the time
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Nov 28, 2024
1 parent f009422 commit ba44a71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ jobs:
if-no-files-found: error
retention-days: 1
test:
cancel-timeout-minutes: 1
timeout-minutes: 20
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
needs: [build]
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
gemini-features: ["basic", "normal"]
gemini-concurrency: [4]
Expand Down

0 comments on commit ba44a71

Please sign in to comment.