Skip to content

Commit

Permalink
#5: Create CI configuration and a build script
Browse files Browse the repository at this point in the history
 - adjusting paths for collecting reports
  • Loading branch information
dartandrevinsky committed Apr 23, 2021
1 parent a4d847a commit 6abc0eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ jobs:
steps:
- checkout
- run:
environment:
CI_ARTIFACTS_PATH: ~/ftgo-consumer-web-ui/ci-artifacts
JEST_JUNIT_OUTPUT_DIR_PARENT: ~/ftgo-consumer-web-ui/reports
POSTGRES_PASSWORD: ""
command: |
export CI_ARTIFACTS_PATH=~/ftgo-consumer-web-ui/ci-artifacts |
export JEST_JUNIT_OUTPUT_DIR_PARENT=~/ftgo-consumer-web-ui/reports |
./build-and-test-all.sh
- store_test_results:
path: ~/ftgo-consumer-web-ui/reports
Expand Down

0 comments on commit 6abc0eb

Please sign in to comment.