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