We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1e2c9 commit 3d21dc6Copy full SHA for 3d21dc6
.github/workflows/android-detox-automation.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "-----END CERTIFICATE-----"
42
} > "$OUTPUT_PATH"
43
echo "Content has been successfully transferred to $OUTPUT_FILE."
44
- cd OUTPUT_PATH && ls
+ cd android/demo-app/src/main/assets && ls
45
46
- name: Install dependencies
47
run: npm install
0 commit comments