-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dynamically download the right
act
binary based on user os and…
… architecture (#31) * add post install node js script and remove bash script * add postinstall script to dynamically install the right act binary * update workflows * add scripts to bundle * fix windows post install * remove prebuild from ci checks * setup docker for macos * fix unzipping in windows * fix matrix comparison * increase timeout * set fail fast to false * run act tests for linux only * fix location of act binary download * bump version
- Loading branch information
1 parent
87683dc
commit 1dc7340
Showing
8 changed files
with
519 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,4 @@ jobs: | |
with: | ||
node-version: 16 | ||
- run: npm install | ||
- run: npm run prebuild | ||
- run: npm run test:ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.