From c81a770bc5f8041c2c169e227996ea34ae62ec48 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Tue, 25 Apr 2023 19:32:34 +0200 Subject: [PATCH] chore: run act from cli on linux (#1758) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: run act from cli on linux To prevent issues like #1756 in the future, we need to run act from the cli through all the root setup code. This ensures that the basic CLI setup can succeed. Co-authored-by: Björn Brauer * chore: set platform spec to use --------- Co-authored-by: Björn Brauer Co-authored-by: ChristopherHX --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 524471e..5d7cf8a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -58,6 +58,8 @@ jobs: uses: ./.github/actions/run-tests with: upload-logs-name: logs-linux + - name: Run act from cli + run: go run main.go -P ubuntu-latest=node:16-buster-slim -C ./pkg/runner/testdata/ -W ./basic/push.yml - name: Upload Codecov report uses: codecov/codecov-action@v3.1.3 with: