From 65042a87311b6085bb6c2c9a38e994817e7c918c Mon Sep 17 00:00:00 2001 From: ZhgChgLi <33706588+zhgchgli0718@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:18:02 +0800 Subject: [PATCH] remove snapshots.yml --- .github/workflows/snapshots.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/snapshots.yml diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml deleted file mode 100644 index 9ab67b8..0000000 --- a/.github/workflows/snapshots.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: CI Snapshots - -on: - workflow_dispatch: - -jobs: - build: - runs-on: macos-13 - steps: - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.2' - - uses: actions/checkout@v3 - - name: iOS build and test - run: | - set -o pipefail - xcodebuild test -workspace ZMarkupParser.xcworkspace -testPlan ZMarkupParser -scheme ZMarkupParser -enableCodeCoverage YES -resultBundlePath './scripts/TestResult.xcresult' -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.0.1' build test | xcpretty - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "commit snapshots changed" - commit_user_name: "ZhgChgLi" - commit_user_email: "zhgchgli@gmail.com" - commit_author: ZhgChgLi \ No newline at end of file