Skip to content

Commit

Permalink
add test cf workflow delay sleep so its not interrupting the other wo…
Browse files Browse the repository at this point in the history
…rkers
  • Loading branch information
good-lly committed Aug 26, 2024
1 parent b63995a commit ebcb874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-cf-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Sleep for 130 seconds
run: sleep 130s
shell: bash

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit ebcb874

Please sign in to comment.