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 6be7db0 commit 891a240Copy full SHA for 891a240
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
run: make unit-test
81
82
- name: Run e2e tests
83
- run: make e2e-tests
+ run: make e2e-test
84
if: matrix.os == 'ubuntu-latest'
85
86
- name: Check build
0 commit comments