Ghost_Ruby_Theme/.github/workflows/test.yml

16 lines
339 B
YAML
Raw Normal View History

2021-01-11 05:31:12 +02:00
name: Test
on:
pull_request:
push:
branches:
2021-08-05 09:46:40 +03:00
- main
2021-01-11 05:31:12 +02:00
- 'renovate/*'
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
steps:
2022-03-02 00:50:36 +02:00
- uses: actions/checkout@v3
2021-01-11 05:31:12 +02:00
- run: yarn
- run: yarn test:ci