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 6, 2024
1 parent 9baa384 commit 1c5ba38
Showing 1 changed file with 1 addition 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 @@ -38,7 +38,7 @@ runs:
PORT=$(yq '(.services.${{ inputs.service }}.ports)' docker-compose.yml | sed -e 's/^\- \(.*\)\:.*$/\1/')
echo "PORT=$PORT" >> "$GITHUB_ENV"
[[ -f "package.json" ]] && npm install
docker compose up ${{ inputs.service }}
docker compose up ${{ inputs.service }} -d
shell: bash


Expand Down

0 comments on commit 1c5ba38

Please sign in to comment.