Skip to content

Commit

Permalink
删除 Executing runDistributable on macOS 步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Sep 16, 2024
1 parent cbd44fa commit 29f7764
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ jobs:
- name: Run tests
run: ./gradlew test

- name: Executing runDistributable on macOS
if: startsWith(matrix.os, 'macos')
run: |
./gradlew runDistributable &
while ! pgrep -f "幕境"; do sleep 1; done
sleep 30
pkill -f "幕境"
- name: Package DMG on macOS
if: startsWith(matrix.os, 'macos')
run: ./gradlew packageDmg

0 comments on commit 29f7764

Please sign in to comment.