We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a1975 commit db6292bCopy full SHA for db6292b
1 file changed
.github/workflows/test.yml
@@ -13,9 +13,6 @@ jobs:
13
GHA_PREEMPTIBLE: "false"
14
15
steps:
16
- - uses: actions/checkout@v2
17
- with:
18
- submodules: recursive
19
- run: pwd
20
- run: ls -alh
21
- run: hostname
@@ -34,20 +31,13 @@ jobs:
34
31
- run: cp screenfetch/screenfetch-dev /usr/bin/screenfetch
35
32
- run: chmod +x screenfetch
36
33
- run: yum -y install wget
37
- - uses: actions/upload-artifact@v4
38
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
47
48
49
50
51
52
53
- run: printenv
0 commit comments