formhero/.github/workflows/test.yaml

19 lines
242 B
YAML
Raw Normal View History

2023-03-03 17:19:42 +00:00
name: Test
on:
push:
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-03-03 22:36:55 +00:00
- name: Build
uses: ./.github/actions/build
2023-03-03 17:19:42 +00:00
- run: pnpm run test