Skip to content

Commit

Permalink
Test the tests/run-partial-tests.sh on all images.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Jan 3, 2024
1 parent 47bc499 commit 110e851
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ jobs:
secret: ${{ secrets.UPLOAD_SECRET }}
- name: Load image
run: gunzip < freeipa-server-${{ matrix.os }}.tar.gz | docker load
- name: Run master and replica
run: readonly=${{ matrix.readonly }} ca=${{ matrix.ca }} seccomp=${{ matrix.seccomp }} replica=${{ matrix.replica }} tests/run-master-and-replica.sh localhost/freeipa-server:${{ matrix.os }}
- name: Run partial tests
if: ${{ failure() }}
run: tests/run-partial-tests.sh Dockerfile.${{ matrix.os }}

test-docker-20-04:
Expand Down

0 comments on commit 110e851

Please sign in to comment.