Testing things with GitHub actions
- The
build
folder contains any temporary files / artifacts - The
package.json
is there for any workflows that need an example node setup - Most of these require
environments
to be set up on the repo
approval.yml
- Manual approvalartifacts.yml
- Passing artifacts between jobsaws.yml
- Upload to AWS S3delete-branch.yml
- Delete a specified branch from GitHubdump-contexts.yml
- Dump GitHub Actions contextsenv-vars.yml
- Using environment variablesjob-output.yml
- Reference an exported variable from a previous jobmanual-trigger.yml
- Trigger a workflow manually with parametersnpm-caching.yml
- Cache NPM'snode_modules
os.yml
- Different operating systems on different stepsruntime-variables.yml
- Passing in runtime variables when starting a job
- Examples
- Using docker in an action
aba