We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5082a commit a2ca01eCopy full SHA for a2ca01e
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: iOS E2E Tests
72
env:
73
DETOX_IOS_DEVICE: ${{ matrix.ios-device }}
74
- run: devbox shell --omit-nix-env --command "devbox run test-ios"
+ run: devbox shell --omit-nix-env -- devbox run test-ios
75
76
run-e2e-android:
77
if: true
0 commit comments