Skip to content

Commit

Permalink
Revert "👷 Remove escape character compeltely"
Browse files Browse the repository at this point in the history
This reverts commit 96a0413.
  • Loading branch information
ystade committed Jun 8, 2024
1 parent 96a0413 commit 6c77d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
command: cmake --build build --config Release
# run the tests
- name: Test
run: ctest -C Release --output-on-failure --test-dir build --repeat until-pass:3 --timeout 600 --tests-regex "HeuristicTest"
run: ctest -C Release --output-on-failure --test-dir build --repeat until-pass:3 --timeout 600 --tests-regex "HeuristicTest\\."
# change-detection:
# name: 🔍 Change
# uses: cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.0.1
Expand Down

0 comments on commit 6c77d4f

Please sign in to comment.