Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 5, 2024
1 parent 0f0dc9b commit 8cec86c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Install AM
run: |
printf '\tSetting up environment...\n\n'
export TERM=xterm
printf '\n\n\tCreating directory structure...\n\n'
mkdir -p results /usr/local/bin
printf '\n\n\tUpgrading ubuntu host...\n\n'
Expand All @@ -52,6 +51,22 @@ jobs:
printf '\n\n'
echo "Installed version: $(am version)"
- uses: actions/upload-artifact@v2
- name: Upload
with:
name: all
path: ${{ github.workspace }}
run: |
ls \
- uses: actions/upload-artifact@v2
- name: Save
with:
name: runner-workspace
path: ${{ runner.workspace }}
run: |
ls \
version:
needs: [am]
name: version
Expand All @@ -60,7 +75,6 @@ jobs:
- uses: actions/checkout@v4
- name: version
run: |
TERM=xterm
printf '\tShowing version...\n\n'
which am
am version
Expand Down

0 comments on commit 8cec86c

Please sign in to comment.