Skip to content

Fix cycle detection test. [GONE WRONG] [GONE S*XUAL] #62

Fix cycle detection test. [GONE WRONG] [GONE S*XUAL]

Fix cycle detection test. [GONE WRONG] [GONE S*XUAL] #62

Workflow file for this run

name: Sanity check
on:
workflow_dispatch:
push:
branches:
- main
pull_request_target:
branches:
- main
types: [opened, reopened, synchronize, assigned]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Provide internal config file
shell: bash
env:
SUPER_CONFIG: ${{ secrets.CONFIG }}
run: |
echo "$SUPER_CONFIG" > /home/runner/work/msoc-web/msoc-web/MSOC.Backend/config.json
- name: Restore NuGet packages
run: dotnet restore
- name: Run tests
run: dotnet test MSOC.Backend.Tests -c Release --nologo --no-restore