Skip to content

Commit 357e70e

Browse files
Luan Fernandesvmesel
authored andcommitted
run tests on PRs
1 parent c4a3f93 commit 357e70e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/testing.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: test
22
run-name: test and coverage
33

4-
on: [push]
4+
on:
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
511

612
jobs:
713
test:
@@ -11,4 +17,4 @@ jobs:
1117
uses: actions/checkout@v4
1218

1319
- name: Test
14-
run: docker compose -f docker-compose.test.yml run --rm --build dialog
20+
run: docker compose -f docker-compose.test.yml run --rm --build dialog

0 commit comments

Comments
 (0)