Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Mar 13, 2024
1 parent 767cddb commit 7cb51da
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
40 changes: 21 additions & 19 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,30 @@ permissions:
contents: read

jobs:
app:
name: App
concurrency:
group: app-${{ matrix.project }}-${{ needs.get-version.outputs[matrix.project] }}
strategy:
fail-fast: false
matrix:
project:
- api
- selfserve
- internal
uses: ./.github/workflows/php.yaml
with:
project: ${{ matrix.project }}
should-upload-artefact: true
artefact-name: app-${{ matrix.project}}-test
retention-days: 1
permissions:
contents: read
# app:
# name: App
# concurrency:
# group: app-${{ matrix.project }}-${{ needs.get-version.outputs[matrix.project] }}
# strategy:
# fail-fast: false
# matrix:
# project:
# - api
# - selfserve
# - internal
# uses: ./.github/workflows/php.yaml
# with:
# project: ${{ matrix.project }}
# should-upload-artefact: true
# artefact-name: app-${{ matrix.project}}-test
# retention-days: 1
# permissions:
# contents: read

docker:
name: Docker
# needs:
# - app
concurrency:
group: docker-${{ matrix.project }}-test
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
ref: ${{ inputs.ref || null }}
path: ${{ env.WORKING_DIR }}

- run: ls -la ${{ env.WORKING_DIR }}

- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ${{ env.WORKING_DIR }}/Dockerfile
Expand Down

0 comments on commit 7cb51da

Please sign in to comment.