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 66d2a56 commit b990995Copy full SHA for b990995
.github/workflows/ci.yml
@@ -34,9 +34,7 @@ jobs:
34
cd data-structures/${{ matrix.project }}
35
# Run the build script for the project
36
./build.sh
37
- # Convert the project name to lowercase
38
- PROJECT_LOWER=$(echo "${{ matrix.project }}" | tr '[:upper:]' '[:lower:]')
39
- ./bin/test_$PROJECT_LOWER
+ ./bin/test_${{ matrix.project }}
40
./clean.sh
41
42
# Step 4: Upload coverage to Codecov
0 commit comments