From 221dd28e8bbbd0befa8926409c930113af06d118 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Fri, 11 Oct 2024 02:39:41 +0200 Subject: [PATCH] Create test-chrome.yml --- .github/workflows/test-chrome.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/test-chrome.yml diff --git a/.github/workflows/test-chrome.yml b/.github/workflows/test-chrome.yml new file mode 100644 index 00000000..ba3b554b --- /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