Pin CI steps that use bashisms to bash

This commit is contained in:
2026-06-12 18:05:57 -04:00
parent f13a30e8aa
commit 48f9ee46cf
+2
View File
@@ -176,6 +176,7 @@ jobs:
- name: Upload artifacts to MinIO - name: Upload artifacts to MinIO
if: always() if: always()
shell: bash
env: env:
MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }} MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}
MC_HOST_minio: https://${{ secrets.MINIO_ACCESS_KEY }}:${{ secrets.MINIO_SECRET_KEY }}@minio.weaselab.dev MC_HOST_minio: https://${{ secrets.MINIO_ACCESS_KEY }}:${{ secrets.MINIO_SECRET_KEY }}@minio.weaselab.dev
@@ -241,6 +242,7 @@ jobs:
ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 -T Test -j "$(nproc)" --timeout 90 > /dev/null ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 -T Test -j "$(nproc)" --timeout 90 > /dev/null
- name: Coverage report - name: Coverage report
shell: bash
run: | run: |
gcov_args=(-f ConflictSet.cpp -f LongestCommonPrefix.h -f Metrics.h gcov_args=(-f ConflictSet.cpp -f LongestCommonPrefix.h -f Metrics.h
--gcov-executable "llvm-cov gcov" --exclude-noncode-lines) --gcov-executable "llvm-cov gcov" --exclude-noncode-lines)