Skip to content

wip

wip #43

Workflow file for this run

# This file was generated using Kotlin DSL (.github/workflows/foo.main.kts).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/krzema12/github-workflows-kt
name: Debug
on:
push: {}
jobs:
test:
name: Test
runs-on: windows-latest
steps:
- id: step-0
name: Setup Ubuntu
uses: Vampire/setup-wsl@v2
with:
distribution: Ubuntu-22.04
wsl-shell-command: bash -l -eo pipefail
- id: step-1
name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()