Add example command for collecting artifacts (#1671)
Co-authored-by: Markus Wolf <KnisterPeter@users.noreply.github.com>
This commit is contained in:
parent
636c8a34ae
commit
35cac27f4c
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ act pull_request
|
|||
# Run a specific job:
|
||||
act -j test
|
||||
|
||||
# Collect artifacts to the /tmp/artifacts folder:
|
||||
act --artifact-server-path /tmp/artifacts
|
||||
|
||||
# Run a job in a specific workflow (useful if you have duplicate job names)
|
||||
act -j lint -W .github/workflows/checks.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue