Skip to content

Commit

Permalink
CI: Share workspace between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 5, 2024
1 parent 73da350 commit 8ac8eed
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,17 @@ jobs:
printf '\n\n\tInstallation DONE\n\n' || \
echo 'Something goes wrong!' && exit 1
version:
- uses: actions/upload-artifact@v2
- name: Upload
with:
name: all
path: ${{ github.workspace }}

- uses: actions/upload-artifact@v2
- name: Save
with:
name: runner-workspace
path: ${{ runner.workspace }}
needs: [am]
name: version
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 8ac8eed

Please sign in to comment.