Skip to content

Commit db6292b

Browse files
committed
test
1 parent 27a1975 commit db6292b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
GHA_PREEMPTIBLE: "false"
1414

1515
steps:
16-
- uses: actions/checkout@v2
17-
with:
18-
submodules: recursive
1916
- run: pwd
2017
- run: ls -alh
2118
- run: hostname
@@ -34,20 +31,13 @@ jobs:
3431
- run: cp screenfetch/screenfetch-dev /usr/bin/screenfetch
3532
- run: chmod +x screenfetch
3633
- run: yum -y install wget
37-
- uses: actions/upload-artifact@v4
38-
with:
39-
name: plots
40-
path: '**/plot_*.svg'
4134

4235
simple-job:
4336
container: debian:bullseye
4437
runs-on: [self-hosted, Linux, X64]
4538
env:
4639
GHA_PREEMPTIBLE: "false"
4740
steps:
48-
- uses: actions/checkout@v2
49-
with:
50-
submodules: recursive
5141
- run: ls -alh
5242
- run: hostname
5343
- run: printenv

0 commit comments

Comments
 (0)