We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e706fb3 commit 95602c6Copy full SHA for 95602c6
.github/workflows/tests.yml
@@ -71,14 +71,9 @@ jobs:
71
cd build
72
ctest --output-on-failure
73
74
- - name: ✉️ Run ImHex-Patterns tests
+ - name: 🧪 Run ImHex-Patterns tests
75
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
+ uses: WerWolv/ImHex-Patterns/.github/workflows/tests.yml@master
82
83
# Generate report from all gcov .gcda files
84
- name: 🧪 Generate coverage report
0 commit comments