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 540d356 commit 20371bbCopy full SHA for 20371bb
.github/workflows/check.yml
@@ -82,6 +82,9 @@ jobs:
82
- name: Wait
83
if: ${{ env.NGROK == 'on' }}
84
run: bash .github/wait.sh
85
- - name: Test
86
- run: task test
87
- continue-on-error: true
+ - name: Unit Test
+ run: task utest
+ continue-on-error: false
88
+ - name: Integration Test
89
+ run: task itest
90
.github/workflows/image.yml
@@ -87,8 +87,12 @@ jobs:
- name: AddIngress
run: task kind:ingress
91
92
93
94
95
96
- name: Registry login
97
uses: docker/login-action@v3
98
with:
0 commit comments