From ba3977b8bc7a8c38339d1b60cc34cffca74fa0e6 Mon Sep 17 00:00:00 2001 From: Ely Jacobi <47622014+Elyahu41@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:29:59 -0700 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index cda61a2..1bca8ee 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -16,7 +16,3 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Build - run: swift build -v - - name: Run tests - run: swift test -v