Added checkout for dry run.

This commit is contained in:
2024-12-02 09:33:35 -05:00
parent 3270673de6
commit 2f004a3915
+8 -1
View File
@@ -46,8 +46,15 @@ jobs:
docker-compose-dry-run:
name: Dry Run Docker Compose
runs-on: self-hosted
if: ${{ steps.quality-gate.outputs.quality-gate-status }} == 'PASSED'
needs: quality-gate
if: needs.steps.quality-gate.outputs.quality-gate-status == 'PASSED'
steps:
- name: Checking out
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Docker Compose Lint
uses: sjafferali/docker-compose-lint-action@v0.1.2
with: