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 ee6e892
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ jobs:
printf '\n\n\tInstallation DONE\n\n' || \
echo 'Something goes wrong!' && exit 1
- 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 }}

version:
needs: [am]
name: version
Expand Down

0 comments on commit ee6e892

Please sign in to comment.