Skip to content

Commit

Permalink
fix: run command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Sep 26, 2023
1 parent e5f8353 commit 351d251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cf-worker-example-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run example app in background
run: |
yarn nx serve example-js-cloud-server-sdk-cf-worker &
echo "SERVER_PID=$!" >> $SERVER_PID
echo "SERVER_PID=$!" >> $GITHUB_ENV
continue-on-error: true
- name: Wait for the server to be up
run: sleep 10
Expand Down

0 comments on commit 351d251

Please sign in to comment.