Skip to content

Commit

Permalink
Merge pull request #354 from WalletConnect/derek/feat/reorder
Browse files Browse the repository at this point in the history
feat: reorders the ci steps to decrease ci time
  • Loading branch information
arein authored Jul 21, 2022
2 parents 006c214 + 8c97dd8 commit 750a2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Swift
name: ci

on:
push:
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
test-type: [unit-tests, integration-tests, build-example-wallet, build-example-dapp, ui-tests]
test-type: [ui-tests, unit-tests, integration-tests, build-example-wallet, build-example-dapp]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 750a2f6

Please sign in to comment.