Skip to content

Commit

Permalink
added a test service to docker-compose for testing github actions:
Browse files Browse the repository at this point in the history
  • Loading branch information
Castronova committed Mar 19, 2024
1 parent 7875e19 commit defa620
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions singleuser/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,17 @@ services:
# image version to use as base
BASE_VERSION: ${CUAHSI_BASE}
image: cuahsi/singleuser-hl-physical-hydrology:${BUILD_DATE}

############################
# TEST Image For Building #
############################
test:
env_file:
- '.env'
build:
context: ./test
dockerfile: Dockerfile.test
args:
# image version to use as base
BASE_VERSION: ${CUAHSI_BASE}
image: cuahsi/singleuser-test:${BUILD_DATE}

0 comments on commit defa620

Please sign in to comment.