damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit bf59b5850c8acb7400ef640ad78f812b236020ad
parent 2585a375ab0a9f016be72566efd9230be65ea933
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 13 Nov 2023 15:02:00 -0800

ci: remove xcode github action

We're using xcode cloud now which seems much more reliable

Diffstat:
D.github/workflows/run-tests.yaml | 33---------------------------------
1 file changed, 0 insertions(+), 33 deletions(-)

diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml @@ -1,32 +0,0 @@ -name: Run Test Suite -run-name: Testing ${{ github.ref }} by @${{ github.actor }} - -on: - push: - branches: - - "master" - - "ci" - pull_request: - branches: - - "*" - - -jobs: - run_tests: - runs-on: macos-12 - strategy: - matrix: - include: - - xcode: "14.2" - ios: "16.2" - - name: Test iOS (${{ matrix.ios }}) - steps: - - name: Checkout - uses: actions/checkout@v1 - - name: Select Xcode - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: ${{ matrix.xcode }} - - name: Run Tests - run: xcodebuild test -scheme damus -project damus.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 14,OS=${{ matrix.ios }}' | xcpretty && exit ${PIPESTATUS[0]}- \ No newline at end of file