Skip to content

Commit

Permalink
fix: omit yarn leading
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Dec 10, 2024
1 parent 462174f commit c9f383f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
yarn start &
yarn detox:build
$GITHUB_WORKSPACE/amplify-js/scripts/retry-yarn-script.sh -s 'yarn detox:test' -n 3
$GITHUB_WORKSPACE/amplify-js/scripts/retry-yarn-script.sh -s 'detox:test' -n 3
env:
JEST_JUNIT_OUTPUT_DIR: reports/junit
JEST_JUNIT_OUTPUT_NAME: detox-test-results.xml
Expand Down

0 comments on commit c9f383f

Please sign in to comment.