From b1eb3f1646f06622565d8c241e38d77ada1e4faf Mon Sep 17 00:00:00 2001 From: Thore Husfeldt Date: Thu, 12 Dec 2024 16:14:52 +0100 Subject: [PATCH] CI: invoke bash --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a74c9540..f841f4d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,5 +14,5 @@ jobs: container: ragnargrootkoerkamp/bapctools steps: - uses: actions/checkout@v4 - - run: test/yaml/generators/test_schemata.sh + - run: bash test/yaml/generators/test_schemata.sh - run: pytest