Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbousquet authored Dec 12, 2024
1 parent 5ad7735 commit 75d7d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
simple-stack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.4
- name: Start simple stack
run: ./start.sh
- name: Run endpoints tests
Expand All @@ -22,7 +22,7 @@ jobs:
iam-stack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.4
- name: Start iam stack
run: ./start.sh iam
- name: Run endpoints tests
Expand Down

0 comments on commit 75d7d2b

Please sign in to comment.