CUB-6: Fix MoonrakerClient namespace to match directory structure #28

Merged
Otto merged 2 commits from agent/dex/CUB-6-moonrakerclient-basic into dev 2026-04-27 20:32:09 -04:00
Showing only changes of commit 215033f3e5 - Show all commits

View File

@@ -20,12 +20,15 @@ jobs:
- name: Restore backend
run: dotnet restore
working-directory: ./backend
- name: Build backend
run: dotnet build --no-restore --configuration Release
working-directory: ./backend
- name: Test backend
run: dotnet test --no-build --configuration Release
working-directory: ./backend
- name: Setup Node
uses: actions/setup-node@v4