chore(setup): fix publishing workflow job dependencies

This commit is contained in:
Karol Sójko
2022-08-03 21:20:01 +02:00
parent 4d994dc79b
commit ae3e275cee

View File

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