Skip to content

[update] more resilience windows #12

[update] more resilience windows

[update] more resilience windows #12

Workflow file for this run

name: ci
on:
pull_request:
branches:
- trunk
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
- uses: tiawl/spaceporn-dep-action-env@ci