Skip to content

Execute pushes exit code onto the stack #5

Execute pushes exit code onto the stack

Execute pushes exit code onto the stack #5

Workflow file for this run

name: Tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8
- name: Build
run: dotnet build
- name: Set PATH
run: realpath ./mshell/bin/Debug/net8.0 > "$GITHUB_PATH"
- name: Test Files
run: cd mshell/tests && ./test.sh