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 0706361 commit 770ef97Copy full SHA for 770ef97
.github/workflows/release.yml
@@ -320,10 +320,8 @@ jobs:
320
321
- name: Test run a workflow (cloud)
322
if: matrix.server == 'cloud'
323
- run: |
324
- # The required environment variables must be present for releases (this must be run from the official repo)
325
- node scripts/create-certs-dir.js ${{ steps.tmp-dir.outputs.dir }}/certs
326
- node scripts/test-example.js --work-dir "${{ runner.temp }}/example"
+ # The required environment variables must be present for releases (this must be run from the official repo)
+ run: node scripts/test-example.js --work-dir "${{ runner.temp }}/example"
327
shell: bash
328
env:
329
# These env vars are used by the hello-world-mtls sample
0 commit comments