Skip to content

All Tests: Safari Technology Preview #289

All Tests: Safari Technology Preview

All Tests: Safari Technology Preview #289

name: "All Tests: Safari Technology Preview"
# We never interact with the GitHub API, thus we can simply disable all
# permissions the GitHub token would have.
permissions: {}
on:
workflow_dispatch:
workflow_run:
workflows: [epochs]
types:
- completed
push:
branches:
- epochs/three_hourly
- triggers/safari_preview
jobs:
check-workflow-run:
name: "Check for appropriate epochs"
uses: ./.github/workflows/check-workflow-run.yml
with:
check-refs: '["refs/heads/epochs/three_hourly"]'
permissions:
actions: read
safari-technology-preview-results:
name: "All Tests: Safari Technology Preview"
needs: check-workflow-run
if: |
github.event_name != 'workflow_run' || fromJSON(needs.check-workflow-run.outputs.updated-refs)[0] != null
uses: ./.github/workflows/safari-wptrunner.yml

Check failure on line 32 in .github/workflows/safari_technology_preview.yml

View workflow run for this annotation

GitHub Actions / All Tests: Safari Technology Preview

Invalid workflow file

The workflow is not valid. In .github/workflows/safari_technology_preview.yml (Line: 32, Col: 11): Error from called workflow web-platform-tests/wpt/.github/workflows/safari-wptrunner.yml@7e91324675c24957fa5bdf82b16f0c337754cb17 (Line: 25, Col: 11): Unexpected symbol: '"Safari'. Located at position 37 within expression: inputs.safari-technology-preview && "Safari Technology Preview" || "Safari" In .github/workflows/safari_technology_preview.yml (Line: 32, Col: 11): Error from called workflow web-platform-tests/wpt/.github/workflows/safari-wptrunner.yml@7e91324675c24957fa5bdf82b16f0c337754cb17 (Line: 64, Col: 14): Unexpected symbol: '"preview"'. Located at position 37 within expression: inputs.safari-technology-preview && "preview" || "stable"
with:
artifact-name: "safari-technology-preview-results-*"
safari-technology-preview: true
safaridriver-diagnose: false