Skip to content

Commit cdb0f2c

Browse files
committed
git: Make the ImHex Patterns tests a separate runner
1 parent 95602c6 commit cdb0f2c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
cd build
7272
ctest --output-on-failure
7373
74-
- name: 🧪 Run ImHex-Patterns tests
75-
if: ${{ env.DISPATCH_TOKEN != '' }}
76-
uses: WerWolv/ImHex-Patterns/.github/workflows/tests.yml@master
77-
7874
# Generate report from all gcov .gcda files
7975
- name: 🧪 Generate coverage report
8076
run: |
@@ -85,4 +81,9 @@ jobs:
8581
with:
8682
fail_ci_if_error: true
8783
token: ${{ secrets.CODECOV_TOKEN }}
88-
file: coverage_report.xml
84+
file: coverage_report.xml
85+
86+
imhex_patterns_tests:
87+
name: 🧪 ImHex Patterns Tests
88+
needs: tests
89+
uses: WerWolv/ImHex-Patterns/.github/workflows/tests.yml@master

0 commit comments

Comments
 (0)