Skip to content

Commit

Permalink
Add a simple job for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech committed Aug 2, 2022
1 parent 1c00420 commit 6418d4a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,17 @@ jobs:
- run: printenv
- run: yum -y install wget
- run: wget http://localhost:8080 && cat index.html

simple-job:
container: debian:bullseye
runs-on: [self-hosted, Linux, X64]
env:
GHA_PREEMPTIBLE: "false"
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: ls -alh
- run: hostname
- run: printenv
- run: df -h .

0 comments on commit 6418d4a

Please sign in to comment.