Skip to content

Commit

Permalink
Try to run a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck committed Nov 30, 2023
1 parent 9518f70 commit b8b08a9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ jobs:
name: createCoreVersionParam
command: |
echo 'export CORE_VERSION_OVERRIDE'="-Ddockstore-core.version=$LATEST_VERSION" >> $BASH_ENV
- run:
name: echoIt
command: |
echo "$CORE_VERSION_OVERRIDE"
- unit-tests

unit-tests:
executor: unit_tests_executor
Expand Down Expand Up @@ -196,7 +193,7 @@ jobs:
- install_confidential_test_data
- run:
name: build
command: ./mvnw -B clean install -DskipTests
command: ./mvnw -B clean install -DskipTests "$CORE_VERSION_OVERRIDE"

# Running scan must occur after build
- run_git_secrets_scan
Expand Down

0 comments on commit b8b08a9

Please sign in to comment.