GH Actions: Make tests work probably better

This commit is contained in:
manuroe
2021-04-20 17:34:59 +02:00
parent 26251557c3
commit cf0b9b08b6
-6
View File
@@ -27,11 +27,5 @@ jobs:
- name: Build iOS simulator
run: bundle exec fastlane build
test:
name: Tests
runs-on: macos-latest
needs: build
steps:
- name: Units tests
run: bundle exec fastlane test