Skip to content

Commit

Permalink
Create test-chrome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Oct 11, 2024
1 parent 70b3c1a commit 2e65218
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-chrome.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2e65218

Please sign in to comment.