We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0634f2 commit 5986a6dCopy full SHA for 5986a6d
.github/workflows/benchmark.yml
@@ -229,10 +229,11 @@ jobs:
229
with:
230
go-version: "1.22"
231
cache: true
232
+
233
- name: Acceptance tests
234
env:
- WCS_DUMMY_CI_PW: ${{ secrets.WCS_DUMMY_CI_PW || 'pw1' }}
235
- WCS_DUMMY_CI_PW_2: ${{ secrets.WCS_DUMMY_CI_PW_2 || 'pw2' }}
+ WCS_DUMMY_CI_PW: ${{ secrets.WCS_DUMMY_CI_PW || '' }}
236
+ WCS_DUMMY_CI_PW_2: ${{ secrets.WCS_DUMMY_CI_PW_2 || '' }}
237
run: ./test/run.sh ${{ matrix.test }}
238
239
Acceptance-Tests-large:
0 commit comments