From 7945e62d40ee9b924bc9f026d5599c182a0cef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Mu=CC=88ller?= Date: Sun, 31 Jan 2021 19:58:21 +0100 Subject: [PATCH] :white_check_mark: Deactivating tests as long as we don't have any yet --- .github/workflows/swift.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index c68584b..23a3816 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -11,9 +11,9 @@ jobs: runs-on: macos-latest - steps: - - uses: actions/checkout@v2 - - name: Build - run: swift build -v - - name: Run tests - run: swift test -v + #steps: + #- uses: actions/checkout@v2 + #- name: Build + # run: swift build -v + #- name: Run tests + # run: swift test -v