Skip to content

Commit

Permalink
Update compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Oct 3, 2024
1 parent faadbfe commit 2661e64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set image tag
id: image_tag
run: |
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set image tag
id: image_tag
run: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set image tag
id: image_tag
run: |
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
if: contains(matrix.infrastructure.exclude_test, matrix.test.name) != true
run: echo ::set-output name=run::true
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set image tag in env
run: echo "IMAGE_TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- name: Master branch - Set image to to 'latest'
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
if: failure()
run: sudo chmod -R +r ./compose/export/galaxy/database
- name: Save artifacts for debugging a failed test
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.infrastructure.name }}_${{ matrix.test.name }}_first-run
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
if: failure() && matrix.test.second_run == 'true'
run: sudo chmod -R +r ./compose/export/galaxy/database
- name: Save artifacts for debugging a failed test
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure() && matrix.test.second_run == 'true'
with:
name: ${{ matrix.infrastructure.name }}_${{ matrix.test.name }}_second-run
Expand Down

0 comments on commit 2661e64

Please sign in to comment.