Skip to content

Commit

Permalink
Do files persist between steps?
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Feb 21, 2024
1 parent b418d70 commit 2fe5bd7
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 @@ -25,11 +25,13 @@ jobs:
if: ${{ github.event.pull_request.draft == true && matrix.config.moo == 'herpaderp' }}
run: |
echo "Doing the thing"
echo "Thing" > blub
sleep 5
echo "The thing is done"
- name: Always run
run: |
echo "This thing always happens"
cat blub
sleep 5
echo "And has now been concluded"
Expand Down

0 comments on commit 2fe5bd7

Please sign in to comment.