From 7ea38e1246991416005809dec3f4b1bb5f4529be Mon Sep 17 00:00:00 2001 From: Yannick Stade <100073938+ystade@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:27:07 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=91=B7=20Add=20missing=20escape?= =?UTF-8?q?=20character"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 27d8400af6d8af649585a803402375adf4d19660. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74e4d8d92..4ce2b1ef8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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