Skip to content

Commit

Permalink
chore(ci): add windows
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach authored Jun 10, 2024
1 parent a0a3ea8 commit 3c1a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest] # windows-latest should also be tested, but currently fails due to https://github.com/mochajs/mocha/issues/4851
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
TEST_HUMANITEC_TOKEN: ${{ secrets.HUMANITEC_TOKEN }}
Expand Down

0 comments on commit 3c1a9e7

Please sign in to comment.