Skip to content

Update TryGhost/action-deploy-theme action to v1.6.6 #429

Update TryGhost/action-deploy-theme action to v1.6.6

Update TryGhost/action-deploy-theme action to v1.6.6 #429

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
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@v4
- run: yarn
- run: yarn test:ci