Skip to content

Commit a839392

Browse files
committed
Fixed broken unit test + Trigger tests on push and pull_request
1 parent 6b1d607 commit a839392

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Tests
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
410
workflow_dispatch:
511

612
jobs:
@@ -50,4 +56,4 @@ jobs:
5056
if: always()
5157
with:
5258
report_paths: '**/build/test-results/test/TEST-*.xml'
53-
annotate_only: true
59+
annotate_only: true

0 commit comments

Comments
 (0)