Skip to content

Commit

Permalink
Detatch the Docker image on up
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 542fca1 commit e89f741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
yq 'del(.services.${{ inputs.service }}.volumes)' docker-compose.yml > tmp.$$.yml && mv tmp.$$.yml docker-compose.yml
PORT=$(yq '(.services.${{ inputs.service }}.ports)' docker-compose.yml | sed -e 's/^\- \(.*\)\:.*$/\1/')
echo "PORT=$PORT" >> "$GITHUB_ENV"
docker compose up ${{ inputs.service }}
docker compose up ${{ inputs.service }} -d
shell: bash
- name: Wait for healthcheck
uses: cygnetdigital/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Set the `default` alias for nvm to `lts/jod`

### Deprecated

### Removed
Expand Down

0 comments on commit e89f741

Please sign in to comment.