Skip to content

Commit 770ef97

Browse files
authored
fix: resolve CI failure in mtls sample test (#1784)
1 parent 0706361 commit 770ef97

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,8 @@ jobs:
320320

321321
- name: Test run a workflow (cloud)
322322
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"
323+
# The required environment variables must be present for releases (this must be run from the official repo)
324+
run: node scripts/test-example.js --work-dir "${{ runner.temp }}/example"
327325
shell: bash
328326
env:
329327
# These env vars are used by the hello-world-mtls sample

0 commit comments

Comments
 (0)