diff --git a/.github/workflows/test-chrome.yml b/.github/workflows/test-chrome.yml new file mode 100644 index 0000000..ba3b554 --- /dev/null +++ b/.github/workflows/test-chrome.yml @@ -0,0 +1,13 @@ +name: test-chrome + +on: [workflow_dispatch] + +jobs: + build: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ ubuntu-latest, macos-latest ] + steps: + - name: Run chrome + run: chrome --help