Skip to content

Commit

Permalink
iterate systests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed Jan 17, 2025
1 parent e589a1f commit e96ec8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,15 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
strategy:
matrix:
iter: [ "1", "2", "3", "4" ]
max-parallel: 1
steps:
- name: iter
run: |
echo "iteration $iter"
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.GH_ACTION_PRIVATE_KEY }}
Expand Down

0 comments on commit e96ec8b

Please sign in to comment.