Adjust sleeps to echos in Acceptance workflows

This commit is contained in:
William Martin 2024-10-17 15:06:45 +02:00
parent 93081c9e65
commit 0f62ec20e2
4 changed files with 4 additions and 4 deletions

View file

@ -63,4 +63,4 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: sleep 10
run: echo Hello, world!

View file

@ -63,4 +63,4 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: sleep 10
run: echo Hello, world!

View file

@ -49,4 +49,4 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: sleep 10
run: echo Hello, world!

View file

@ -49,4 +49,4 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: sleep 10
run: echo Hello, world!