We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59003d7 commit cfeab99Copy full SHA for cfeab99
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
cd data-structures/${{ matrix.project }}
35
# Run the build script for the project
36
./build.sh
37
- ./bin/test_${{ matrix.project }}
+ ./bin/test_${{ matrix.project | toLower }}
38
39
# Step 4: Upload coverage to Codecov
40
- name: Upload coverage to Codecov
0 commit comments