Skip to content

Commit

Permalink
Many targets are redundant; test what's necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
renawolford6 committed Aug 19, 2021
1 parent 11dfc5c commit 70edb8c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,19 @@ jobs:
strategy:
matrix:
node-version: ["12", "13", "14", "15", "16"]
os: [ubuntu-latest, macos-latest, windows-latest]
edgedb-version: ["stable", "nightly"]
os: [ubuntu-latest]
edgedb-version: ["stable"]

include:
- os: ubuntu-latest
node-version: "16"
edgedb-version: "nightly"
- os: macos-latest
node-version: "16"
edgedb-version: "stable"
- os: windows-latest
node-version: "16"
edgedb-version: "stable"

steps:
- name: Setup WSL
Expand Down

0 comments on commit 70edb8c

Please sign in to comment.