ci: improve test workflow and API efficiency

- Install `act_runner` using brew in the test workflow
- Add a command to output `act_runner` version

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2023-04-28 13:58:46 +08:00
parent b03e6c9be0
commit 8fcec0336c

View file

@ -28,5 +28,7 @@ jobs:
tea --version tea --version
brew install gitea/gitea/gitea brew install gitea/gitea/gitea
gitea --version gitea --version
brew install gitea/gitea/act_runner
act_runner --version
# TODO: test for arm # TODO: test for arm
# There is no arm image for homebrew/brew, and the image markkrj/homebrew-arm hasn't been updated for years # There is no arm image for homebrew/brew, and the image markkrj/homebrew-arm hasn't been updated for years