Skip to content

Commit

Permalink
try out webdriver safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Dec 1, 2023
1 parent 03fd354 commit 866452b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/webdriver-mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WebDriver Tests
name: WebDriver Tests - Safari

on:
push:
Expand All @@ -22,6 +22,8 @@ jobs:
node-version: [18.x]

steps:
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v1
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.0
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 866452b

Please sign in to comment.