From 6ebfe4d9f03c03b0eb7062cdacb40c95993101df Mon Sep 17 00:00:00 2001 From: Vaida Date: Wed, 6 Nov 2024 17:35:06 +1100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be0ba5d..dedef65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,13 +10,15 @@ on: branches: [ "main" ] jobs: - build: - + BuildnTest: runs-on: macos-latest - steps: - uses: actions/checkout@v4 + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Build run: swift build -v + - name: Run tests run: swift test -v