Skip to content

Commit

Permalink
Add --ignore-scripts options to CI steps that lost them in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Mar 12, 2024
1 parent 40e2ab8 commit a305d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ steps:
- label: React Native Editor Android Tests
key: android-unit-tests-editor
command: |
.buildkite/commands/install-node-dependencies.sh --prefix gutenberg
.buildkite/commands/install-node-dependencies.sh --prefix gutenberg --ignore-scripts
echo "--- :android: Run tests"
cd gutenberg/packages/react-native-editor/android
./gradlew testDebug
Expand All @@ -103,7 +103,7 @@ steps:
- label: React Native Bridge Android Tests
key: android-unit-tests-bridge
command: |
.buildkite/commands/install-node-dependencies.sh --prefix gutenberg
.buildkite/commands/install-node-dependencies.sh --prefix gutenberg --ignore-scripts
echo "--- :android: Run tests"
cd gutenberg/packages/react-native-bridge/android
./gradlew test
Expand Down

0 comments on commit a305d99

Please sign in to comment.