Skip to content

Commit

Permalink
feat: reorders the ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jul 19, 2022
1 parent 87be7e7 commit 967ce43
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 967ce43

Please sign in to comment.