Skip to content

Commit b990995

Browse files
authored
Update ci.yml
1 parent 66d2a56 commit b990995

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
cd data-structures/${{ matrix.project }}
3535
# Run the build script for the project
3636
./build.sh
37-
# Convert the project name to lowercase
38-
PROJECT_LOWER=$(echo "${{ matrix.project }}" | tr '[:upper:]' '[:lower:]')
39-
./bin/test_$PROJECT_LOWER
37+
./bin/test_${{ matrix.project }}
4038
./clean.sh
4139
4240
# Step 4: Upload coverage to Codecov

0 commit comments

Comments
 (0)