change things
All checks were successful
Test Runner / sleep (push) Successful in 5s

This commit is contained in:
Frederik Ring 2023-09-02 19:06:35 +02:00
parent 9edb012d61
commit 93dcec2c97
2 changed files with 3 additions and 12 deletions

View File

@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Sleep a bit
- name: Frobnicate
run: |
sleep 300
echo "ok" > foo.txt
cat foo.txt

View File

@ -1,10 +0,0 @@
# .woodpecker.yml
steps:
build:
image: alpine
commands:
- echo "This is the build step"
a-test-step:
image: alpine
commands:
- echo "Testing.."