parent
17dd7a303a
commit
2af2ca1419
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
things: [1, 2, 3, 4, 5]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: "https://github.com/actions/checkout@v3"
|
- uses: "https://github.com/actions/checkout@v3"
|
||||||
- name: Hash the files
|
- name: Hash the files
|
||||||
|
@ -25,4 +22,5 @@ jobs:
|
||||||
run: docker run hello-world
|
run: docker run hello-world
|
||||||
- run: docker ps
|
- run: docker ps
|
||||||
- run: docker container ls
|
- run: docker container ls
|
||||||
|
- run: env
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue