File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - run : df -h .
2727 - run : df -h /mnt/aux
2828 - run : ls -alh /mnt/aux
29- - name : Checkout tools repo
30- uses : actions/checkout@v2
31- with :
32- repository : KittyKatt/screenFetch
33- path : screenfetch
34- - run : cp screenfetch/screenfetch-dev /usr/bin/screenfetch
35- - run : chmod +x screenfetch
36- - run : yum -y install wget
37- - uses : actions/upload-artifact@v4
38- with :
39- name : plots
40- path : ' **/plot_*.svg'
41-
42- simple-job :
43- container : debian:bullseye
44- runs-on : [self-hosted, Linux, X64]
45- env :
46- GHA_PREEMPTIBLE : " false"
47- steps :
48- - uses : actions/checkout@v2
49- with :
50- submodules : recursive
51- - run : ls -alh
52- - run : hostname
53- - run : printenv
54-
55- ipv6-test :
56- container : debian:bullseye
57- runs-on : [self-hosted, Linux, X64]
58- env :
59- GHA_PREEMPTIBLE : " false"
60- steps :
61- - run : apt -qqy update && apt -qqy install iputils-ping iproute2
62- - run : ip a
63- - run : ping -c 3 ipv6.google.com
You can’t perform that action at this time.
0 commit comments