From e1008442bd861df9b39c34c93247e56cc8f89b5f Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 03:50:53 -0400 Subject: [PATCH] debug ci again --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6a4d96..37db4d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,9 @@ jobs: - name: compile-basalt run: lua scripts/compiler.lua + - name: test + run: pwd && ls -la + - name: Upload artifact uses: actions/upload-artifact@v3