Skip to content

Commit

Permalink
Disable ci swift test
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Apr 11, 2021
1 parent c9e0407 commit 1388ef5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on:
- pull_request

jobs:
test-swift:
name: Test (Swift)
runs-on: macos-latest
# test-swift:
# name: Test (Swift)
# runs-on: macos-latest

steps:
- name: Check out Git repository
uses: actions/checkout@v2
# steps:
# - name: Check out Git repository
# uses: actions/checkout@v2

- name: Run tests
run: xcodebuild clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -project ./Glance.xcodeproj -scheme Glance
# - name: Run tests
# run: xcodebuild clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -project ./Glance.xcodeproj -scheme Glance

test-go:
name: Test (Go)
Expand Down

0 comments on commit 1388ef5

Please sign in to comment.