Skip to content

Commit 0ce00d0

Browse files
committed
test
1 parent 0db1278 commit 0ce00d0

1 file changed

Lines changed: 5 additions & 29 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,25 @@ on: [push]
33
name: test
44

55
jobs:
6-
centos:
6+
no-secrets:
77
container: almalinux:10
88
runs-on: [self-hosted, Linux, X64]
9-
env:
10-
TEST_STRING: "VERY_COOL_STRING"
11-
TEST_STRING2: "VERY_COOL_STRING2"
12-
GHA_EXTERNAL_DISK: "auxdisk"
13-
GHA_PREEMPTIBLE: "false"
14-
9+
1510
steps:
1611
- uses: actions/checkout@v2
1712
with:
1813
submodules: recursive
1914
- 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"
26-
- run: df -h .
27-
- run: df -h /mnt/aux
28-
- 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
3715

38-
simple-job:
16+
secret-bad:
3917
container: debian:bullseye
4018
runs-on: [self-hosted, Linux, X64]
4119
env:
4220
GHA_PREEMPTIBLE: "false"
4321
steps:
44-
- run: ls -alh
45-
- run: hostname
46-
- run: printenv
22+
- run: _secret_ipv6-test || echo test
4723

48-
ipv6-test:
24+
secret-ok:
4925
container: debian:bullseye
5026
runs-on: [self-hosted, Linux, X64]
5127
env:

0 commit comments

Comments
 (0)