Skip to content

Commit

Permalink
Run tests only with more recent version of iamlive
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Sep 24, 2024
1 parent bf14021 commit c863029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-iamlive-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: true
matrix:
iamliveVersion: [v0.49.0, v0.53.0, v1.1.8]
iamliveVersion: [v1.1.8, v1.1.11]

steps:
- name: Check out code
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
strategy:
fail-fast: true
matrix:
iamliveVersion: [v0.49.0, v0.53.0, v1.1.8]
iamliveVersion: [v1.1.8, v1.1.11]

steps:
- name: download-policy
Expand All @@ -120,6 +120,6 @@ jobs:
- name: check-policy
run: |
echo "assert policy has file"
cat ./test-policy-${{ matrix.iamliveVersion }}.json
cat test-policy-${{ matrix.iamliveVersion }}.json
cat test-policy-${{ matrix.iamliveVersion }}.json | grep 's3:CreateBucket'
cat test-policy-${{ matrix.iamliveVersion }}.json | grep 's3:ListAllMyBuckets'

0 comments on commit c863029

Please sign in to comment.