Skip to content

Commit 5b765fb

Browse files
committed
Additional changes based on feedback
- remove the -f Makefile argument since its redundant Signed-off-by: John Hunkins <[email protected]>
1 parent 31d3e5a commit 5b765fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: make -f Makefile e2e-local NODES=2 JUNIT_DIRECTORY=./artifacts/
12+
- run: make e2e-local NODES=2 JUNIT_DIRECTORY=./artifacts/
1313
- name: Archive Test Artifacts # test results, failed or not, are always uploaded.
1414
if: ${{ always() }}
1515
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)