Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaSachs authored Jan 20, 2022
1 parent 73d22aa commit fa294ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ on:

jobs:
test-browser:
runs-on: 16
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node_version: [16]
include:
- os: macos-latest
name: 'Build Docs & Run E2E tests'
steps:
- name: Checkout
Expand Down

0 comments on commit fa294ba

Please sign in to comment.