test: combine the demo page and the e2e test page into a single playg… #198
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 |