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 2d974f6 commit 7386046Copy full SHA for 7386046
.github/workflows/main.yml
@@ -49,3 +49,9 @@ jobs:
49
uses: omec-project/.github/.github/workflows/unit-test.yml@main
50
with:
51
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