Add beforeLaunch
and onLaunch
parameters to allow us to hook into the launching process
#135
Workflow file for this run
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
name: test | |
on: | |
push: | |
branches: main | |
paths-ignore: | |
- '**/*.md' | |
- '**/*.mdx' | |
- 'docs/**/*' | |
tags-ignore: | |
- '*' | |
pull_request: | |
branches: main | |
paths-ignore: | |
- '**/*.md' | |
- '**/*.mdx' | |
- 'docs/**/*' | |
jobs: | |
test: | |
uses: ./.github/workflows/test-jobs.yaml |