From d0275d18689f472e25f0e3d9a9e9eb219a2f6fe4 Mon Sep 17 00:00:00 2001 From: Vishnu Ravi Date: Wed, 3 Apr 2024 11:56:33 -0400 Subject: [PATCH] Disable build action --- .github/workflows/build-and-test.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2b76bce..9c2063e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -23,24 +23,4 @@ jobs: name: Markdown Link Check uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2 permissions: - contents: read - buildandtest: - name: Build and Test - runs-on: macos-13 - steps: - - uses: actions/checkout@v2 - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest-stable - - name: Check Environment - run: | - xcodebuild -version - swift --version - - name: Set Mapbox Credentials - run: | - echo "machine api.mapbox.com" >> ~/.netrc - echo "login mapbox" >> ~/.netrc - echo "password ${{ secrets.MAPBOX_TOKEN }}" >> ~/.netrc - chmod 0600 ~/.netrc - - name: Build and Test - run: xcodebuild test -project StrokeCog.xcodeproj -scheme StrokeCog -destination 'platform=iOS Simulator,name=iPhone 15' \ No newline at end of file + contents: read \ No newline at end of file