mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-03-28 06:00:49 +01:00
fix matrix syntax
This commit is contained in:
5
.github/workflows/tests_ci.yml
vendored
5
.github/workflows/tests_ci.yml
vendored
@@ -12,7 +12,10 @@ permissions:
|
||||
jobs:
|
||||
test:
|
||||
name: Build & Test
|
||||
runs-on: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user