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 e5f8353 commit 351d251Copy full SHA for 351d251
.github/workflows/cf-worker-example-test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run example app in background
30
run: |
31
yarn nx serve example-js-cloud-server-sdk-cf-worker &
32
- echo "SERVER_PID=$!" >> $SERVER_PID
+ echo "SERVER_PID=$!" >> $GITHUB_ENV
33
continue-on-error: true
34
- name: Wait for the server to be up
35
run: sleep 10
0 commit comments