formhero/.github/workflows/test.yaml

18 lines
248 B
YAML
Raw Permalink Normal View History

2023-03-03 17:19:42 +00:00
name: Test
on:
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-03-03 22:39:12 +00:00
- uses: actions/checkout@v3
- uses: ./.github/actions/build
2023-03-03 17:19:42 +00:00
- run: pnpm run test