We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6e3e0 commit c3e68a9Copy full SHA for c3e68a9
.github/workflows/yum.yml
@@ -238,11 +238,11 @@ jobs:
238
container-image: images:amazonlinux/2023
239
exclude:
240
- label: AmazonLinux 2023 x86_64
241
- test: update-from-v4.sh
+ test-file: update-from-v4.sh
242
243
- test: update-to-next-version-with-backward-compat-for-v4.sh
+ test-file: update-to-next-version-with-backward-compat-for-v4.sh
244
245
- test: downgrade-to-v4.sh
+ test-file: downgrade-to-v4.sh
246
steps:
247
- uses: actions/checkout@v4
248
- uses: actions/download-artifact@v4
0 commit comments