Skip to content

Commit

Permalink
chore: run act from cli on linux (#1758)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* chore: set platform spec to use

---------

Co-authored-by: Björn Brauer <[email protected]>
Co-authored-by: ChristopherHX <[email protected]>
  • Loading branch information
3 people authored Apr 25, 2023
1 parent 7cbb1a9 commit c81a770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit c81a770

Please sign in to comment.