Merge branch 'main' of https://github.com/TryGhost/Casper into master-upstream

This commit is contained in:
2022-03-07 06:31:18 +03:00
34 changed files with 2513 additions and 3691 deletions

View File

@ -1,15 +0,0 @@
name: Test
on:
pull_request:
push:
branches:
- master
- 'renovate/*'
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn test:ci