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 e21a390
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-chrome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: test-chrome

on: [workflow_dispatch]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: browser-actions/setup-chrome@v1
- name: Run chrome
run: |
chrome --version

0 comments on commit e21a390

Please sign in to comment.