Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Aug 26, 2023
1 parent fc54acb commit 8bfe976
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
os: [ubuntu-latest, macos-latest] # TODO: windows-latest
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}

- name: Install node
uses: actions/setup-node@v3

- name: Install SASS
# Using slower node version because it's easier to install in CI
run: npm install -g sass

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8bfe976

Please sign in to comment.