Skip to content

Commit

Permalink
Again, does it get persisted between steps?
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Feb 21, 2024
1 parent 2fe5bd7 commit 6259aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/waste_time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ jobs:
- name: First step
run: |
echo "Doing the thing"
echo "Thing" > blub
sleep 5
echo "The thing is done"
- name: Second step
run: |
echo "Doing the other thing"
cat blub
sleep 5
echo "The other thing is also done"

0 comments on commit 6259aca

Please sign in to comment.