diff --git a/.github/workflows/task-8-tests.yml b/.github/workflows/task-8-tests.yml new file mode 100644 index 000000000..54e10feae --- /dev/null +++ b/.github/workflows/task-8-tests.yml @@ -0,0 +1,15 @@ +name: Task 8.3 CI Validation + +on: + push: + branches: + - fix/hud-keychain-cancel-animation + workflow_dispatch: + +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - name: Run tests (CI_TASK8_ONLY) + run: swift test -Xswiftc -DCI_TASK8_ONLY --filter VisionAssistantActorIntegrationTests 2>&1 | tee test-log.txt