Skip to content

Commit

Permalink
checkout v3 vs v4 condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 10, 2024
1 parent 18a3020 commit 8108933
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,10 @@ jobs:
steps:
- if: ${{ matrix.image == 'amazonlinux:2023' }}
run: yum install -y tar gzip
- uses: actions/checkout@v4
- if: ${{ matrix.image == 'ubuntu:18.04' }}
uses: actions/checkout@v3
- if: ${{ matrix.image != 'ubuntu:18.04' }}
uses: actions/checkout@v4
- name: Setup and run install test
working-directory: ./tests/docker/install
run: ./_helper_run_install_tests.sh
Expand Down

0 comments on commit 8108933

Please sign in to comment.