wip #43
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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() |