Skip to content

Commit 7386046

Browse files
authored
feat: add E2E tests (#432)
Signed-off-by: gatici <[email protected]>
1 parent 2d974f6 commit 7386046

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ jobs:
4949
uses: omec-project/.github/.github/workflows/unit-test.yml@main
5050
with:
5151
branch_name: ${{ github.ref }}
52+
53+
e2e-tests:
54+
if: github.event_name == 'pull_request'
55+
uses: omec-project/.github/.github/workflows/e2e-test.yml@main
56+
with:
57+
branch_name: ${{ github.ref }}

0 commit comments

Comments
 (0)