Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech authored Apr 29, 2022
1 parent 3565bf9 commit be2a22b
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,51 +26,3 @@ jobs:
path: screenfetch
- run: cp screenfetch/screenfetch-dev /usr/bin/screenfetch
- run: chmod +x screenfetch
- run: screenfetch
- run: sleep 5 &
- run: echo "this should execute"
ubuntu:
strategy:
fail-fast: false
matrix:
include:
- {tag: "bionic"}
- {tag: "focal"}
- {tag: "impish"}
- {tag: "hirsute"}
container: ubuntu:${{ matrix.tag }}
runs-on: [self-hosted, Linux, X64]
env:
TEST_STRING: "VERY_COOL_STRING"
TEST_STRING2: "VERY_COOL_STRING2"
MATRIX_PASS: ${{ matrix.tag }}
GHA_EXTERNAL_DISK: "auxdisk"
steps:
- name: Setup repository
uses: actions/checkout@v2
- run: ./out_err.sh
- run: hostname
- run: printenv
env:
TEST_STRING_RUN: "VERY_COOL_STRING3"
- run: df -h .
- run: df -h /mnt/aux
- run: ls -alh /mnt/aux
- run: echo $TEST_STRING2 > test.txt
- run: echo test
- run: echo test2
- run: echo test3
- run: echo test4
- run: echo test5
- run: echo test6
- run: ln -s /root/work/test.txt /root/work/test2.txt
- run: touch /etc/test && ln -s /etc/test /root/work/test3.txt
- run: ln -s /root/work/test.txt /root/work/text4.txt
- run: apt -qqy update && apt -qqy install neofetch iproute2
- run: ip addr show
- run: neofetch
- uses: actions/upload-artifact@v2
with:
path: |
**/*.txt
**/plot_*.svg

0 comments on commit be2a22b

Please sign in to comment.