File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 # Tests already passed before tag was created, so just build and deploy
1414 deploy :
15+ timeout-minutes : 30
1516 runs-on : ubuntu-latest
1617 name : " Build and publish to npm"
1718 permissions :
Original file line number Diff line number Diff line change 1212jobs :
1313 # Run all tests first before creating any tags
1414 test :
15+ timeout-minutes : 30
1516 if : ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
1617 uses : ./.github/workflows/test.yml
1718
1819 # Only bump version and create tag if all tests pass
1920 bump-version :
21+ timeout-minutes : 30
2022 needs : [test]
2123 if : ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
2224 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66
77jobs :
88 github-releases-to-discord :
9+ timeout-minutes : 30
910 runs-on : ubuntu-latest
1011 steps :
1112 - name : Checkout
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 guard_swiftpm_version :
13+ timeout-minutes : 30
1314 runs-on : ubuntu-latest
1415 steps :
1516 - name : Check out
2223 exit 1
2324 fi
2425 build_android :
26+ timeout-minutes : 30
2527 runs-on : ubuntu-latest
2628 steps :
2729 - name : Check out
4143 id : build_code
4244 run : npm run verify:android
4345 build_ios :
46+ timeout-minutes : 30
4447 runs-on : macOS-latest
4548 steps :
4649 - name : Check out
5558 id : build_code
5659 run : bun run verify:ios
5760 web :
61+ timeout-minutes : 30
5862 runs-on : ubuntu-latest
5963 name : ' Build code and test'
6064 steps :
You can’t perform that action at this time.
0 commit comments