Skip to content

Commit

Permalink
Merge pull request #754 from bam241/docker_test
Browse files Browse the repository at this point in the history
integration of test for dockerfile update
  • Loading branch information
gonuke authored Jul 18, 2021
2 parents 4201a2f + 018079b commit 2767342
Show file tree
Hide file tree
Showing 13 changed files with 238 additions and 80 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "export PULL_REQUEST=${CIRCLE_PR_NUMBER}" >> $BASH_ENV
- run:
name: Housekeeping
command: CI/circleci/housekeeping.sh
command: CI/scripts/housekeeping.sh

build_and_test:
parameters:
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
echo "export DOUBLE_DOWN=<< parameters.double_down >>" >> $BASH_ENV
- run:
name: Building DAGMC
command: CI/circleci/install.sh
command: CI/scripts/install.sh
- run:
name: Testing DAGMC
command: CI/circleci/tests.sh
command: CI/scripts/tests.sh

workflows:
version: 2
Expand Down
Loading

0 comments on commit 2767342

Please sign in to comment.