See the env
build Details

This commit is contained in:
Jake Howard 2023-04-17 14:25:55 +01:00
parent 17dd7a303a
commit 2af2ca1419
1 changed files with 1 additions and 3 deletions

View File

@ -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