From 2af2ca14195f981c9b00cf579824f12053d71359 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 17 Apr 2023 14:25:55 +0100 Subject: [PATCH] See the env --- .gitea/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9372569..7daa614 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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