ci: update workflows [skip ci]

This commit is contained in:
lowlighter
2022-01-26 21:59:31 -05:00
parent cba76f1748
commit 1e696052f5
2 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,9 @@ on:
pull_request:
branches: [ presets ]
workflow_call:
inputs:
HEAD_REF:
type: string
jobs:
test:
@@ -24,3 +26,5 @@ jobs:
run: npm ci
- name: Run tests
run: npm run test-presets
env:
HEAD_REF: ${{ inputs.HEAD_REF }}