From f33ac1b5277fa7c6f0ecd527614d6d12ec4c6b7d Mon Sep 17 00:00:00 2001 From: Will Dale <63838770+willdale@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:27:44 +0100 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 760002ae..1374bfd1 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -10,8 +10,6 @@ jobs: build: runs-on: macOS-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Build run: swift build -v - - name: Run tests - run: swift test -v -c debug