Skip to content

Commit

Permalink
Test amazonlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 7, 2024
1 parent 21d633c commit c82be43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
- name: Run diff
run: diff discrete.output test/discrete.output

.test_a429_centos_amazonlinux:
test_a429_centos_amazonlinux:
runs-on: ubuntu-latest
needs: package_centos_plugin
steps:
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
- name: Run diff
run: diff a429_broadcast.output test/a429_broadcast.output

.test_discrete_centos_amazonlinux:
test_discrete_centos_amazonlinux:
runs-on: ubuntu-latest
needs: package_centos_plugin
steps:
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:

release_centos_plugin:
runs-on: ubuntu-latest
needs: [test_a429_centos_stream9, test_discrete_centos_stream9, test_a429_centos_almalinux, test_discrete_centos_almalinux]
needs: [test_a429_centos_amazonlinux, test_discrete_centos_amazonlinux, test_a429_centos_stream9, test_discrete_centos_stream9, test_a429_centos_almalinux, test_discrete_centos_almalinux]
permissions:
contents: write
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit c82be43

Please sign in to comment.