chore: cache playwright and add tests to amd64 release #388
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Docs Shim | |
on: | |
pull_request: | |
branches: [main] | |
types: [milestoned, opened, synchronize] | |
jobs: | |
run-test: | |
name: ${{ matrix.type }} ${{ matrix.flavor }} | |
runs-on: "ubuntu-latest" | |
timeout-minutes: 20 | |
strategy: | |
matrix: | |
flavor: [upstream, registry1] | |
type: [install, upgrade] | |
steps: | |
- name: Shim for ${{ matrix.type }} ${{ matrix.flavor }} | |
run: | | |
echo "Documentation-only change detected; marking ${{ matrix.type }} ${{ matrix.flavor }} as successful." |