Skip to content

Commit

Permalink
really test also pre-release-docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Apr 19, 2024
1 parent 9d384cb commit 3dbec43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
ls -1 docker-compose |
grep -P '^\d+' |
jq -Rn '{"compose_file": [inputs]}' |
jq -c '.compose_file += ["docker-compose.yml"]'
jq -c '.compose_file += ["docker-compose.yml"]' |
jq -c '.compose_file += ["pre-release-docker-compose.yml"]'
)" >> $GITHUB_OUTPUT
compose_enterprise:
Expand Down

0 comments on commit 3dbec43

Please sign in to comment.