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 31d3e5a commit 5b765fbCopy full SHA for 5b765fb
.github/workflows/e2e-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - run: make -f Makefile e2e-local NODES=2 JUNIT_DIRECTORY=./artifacts/
+ - run: make e2e-local NODES=2 JUNIT_DIRECTORY=./artifacts/
13
- name: Archive Test Artifacts # test results, failed or not, are always uploaded.
14
if: ${{ always() }}
15
uses: actions/upload-artifact@v2
0 commit comments