Skip to content

Commit 351d251

Browse files
fix: run command
1 parent e5f8353 commit 351d251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cf-worker-example-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run example app in background
3030
run: |
3131
yarn nx serve example-js-cloud-server-sdk-cf-worker &
32-
echo "SERVER_PID=$!" >> $SERVER_PID
32+
echo "SERVER_PID=$!" >> $GITHUB_ENV
3333
continue-on-error: true
3434
- name: Wait for the server to be up
3535
run: sleep 10

0 commit comments

Comments
 (0)