Skip to content

Commit 95602c6

Browse files
committed
git: Import and run ImHex-Patterns tests directly
1 parent e706fb3 commit 95602c6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,9 @@ jobs:
7171
cd build
7272
ctest --output-on-failure
7373
74-
- name: ✉️ Run ImHex-Patterns tests
74+
- name: 🧪 Run ImHex-Patterns tests
7575
if: ${{ env.DISPATCH_TOKEN != '' }}
76-
uses: mvasigh/dispatch-action@main
77-
with:
78-
token: ${{ secrets.DISPATCH_TOKEN }}
79-
repo: ImHex-Patterns
80-
owner: WerWolv
81-
event_type: run_tests
76+
uses: WerWolv/ImHex-Patterns/.github/workflows/tests.yml@master
8277

8378
# Generate report from all gcov .gcda files
8479
- name: 🧪 Generate coverage report

0 commit comments

Comments
 (0)