Revert "chore(setup): fix publishing workflow job dependencies"

This reverts commit ae3e275cee.
This commit is contained in:
Karol Sójko
2022-08-04 08:07:46 +02:00
parent ae3e275cee
commit f50a655f9f

View File

@@ -76,7 +76,7 @@ jobs:
run: yarn test
e2e:
needs: [ test, android, lint ]
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout code