Skip to content

Commit d3e005a

Browse files
committed
[#88007] Print /mnt/aux content
1 parent 27a1975 commit d3e005a

File tree

1 file changed

+2
-45
lines changed

1 file changed

+2
-45
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: test
44

55
jobs:
66
centos:
7-
container: almalinux:10
7+
container: centos:8
88
runs-on: [self-hosted, Linux, X64]
99
env:
1010
TEST_STRING: "VERY_COOL_STRING"
@@ -13,51 +13,8 @@ jobs:
1313
GHA_PREEMPTIBLE: "false"
1414

1515
steps:
16-
- uses: actions/checkout@v2
17-
with:
18-
submodules: recursive
19-
- run: pwd
20-
- run: ls -alh
21-
- run: hostname
22-
- run: echo test
23-
- run: printenv
24-
env:
25-
TEST_STRING_RUN: "VERY_COOL_STRING5"
2616
- run: df -h .
2717
- run: df -h /mnt/aux
2818
- 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'
19+
- run: sleep 8h
4120

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

0 commit comments

Comments
 (0)