Skip to content

Commit

Permalink
use yaml as defaullt instead of yml
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed Oct 25, 2024
1 parent ea8926b commit 301d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on:
docker_compose_file_path:
description: 'The path to the docker-compose file, relative to the repository root'
required: false
default: '.ci/e2e/docker-compose.yml'
default: '.ci/e2e/docker-compose.yaml'
type: string
integration_image_name:
description: 'The name of the integration image'
Expand Down

0 comments on commit 301d820

Please sign in to comment.