Skip to content

Commit 611dae0

Browse files
committed
ci: drop windows integration tests
the sqlite failures have nothing to do with this gem, and it's just noise right now ref: sparklemotion/sqlite3-ruby#628
1 parent c08e36d commit 611dae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
plat: ["ubuntu", "windows", "macos"]
39+
plat: [ "ubuntu", "macos" ]
4040
runs-on: ${{matrix.plat}}-latest
4141
steps:
4242
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
plat: ["ubuntu", "macos"] # TODO: on windows the tailwind upgrader tests are failing
54+
plat: [ "ubuntu", "macos" ]
5555
runs-on: ${{matrix.plat}}-latest
5656
steps:
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)