mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
ci: remove windows platform testing
This commit is contained in:
parent
86d331dae5
commit
21679e5ce0
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -24,10 +24,9 @@ jobs:
|
||||
tests:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-latest', 'windows-latest']
|
||||
node_version: [lts/-1, lts/*, latest]
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user