Skip to content

Commit

Permalink
Replicate JEST_JUNIT_OUTPUT_FILE config from CircleCI to Buildkite
Browse files Browse the repository at this point in the history
Plus, ignore the folder so the repo doesn't become dirty when testing
the behavior locally.
  • Loading branch information
mokagio committed Aug 4, 2023
1 parent 3fa12f8 commit 1018c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ steps:
echo "--- :node: Lint and Unit Tests"
./bin/ci-checks-js.sh
env:
JEST_JUNIT_OUTPUT_FILE: reports/test-results/android-test-results.xml
artifact_paths:
- ./logs/*.log
- ./reports/test-results/*.xml

- label: "Build JS Bundles"
depends_on: "unit-tests"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ buck-out/
# These are generated only via `bin/ci-checks-js.sh`, so unlikely to appear on a dev machine.
# Still, it's worth ignoring just to avoid these getting committed by accident while testing the CI workflow locally.
/logs/*
/reports/*

# e2e output log
appium-out.log
Expand Down

0 comments on commit 1018c60

Please sign in to comment.