diff --git a/.github/workflows/push-main-workflows.yml b/.github/workflows/push-main-workflows.yml index 0accb9ee..6e25348f 100644 --- a/.github/workflows/push-main-workflows.yml +++ b/.github/workflows/push-main-workflows.yml @@ -14,6 +14,7 @@ jobs: with: ref: ${{ github.ref }} test: + needs: lint uses: ./.github/workflows/test-workflows.yml with: ref: ${{ github.ref }} diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml new file mode 100644 index 00000000..e69de29b diff --git a/.github/workflows/test-backoffice.yml b/.github/workflows/test-backoffice.yml index f9582f33..2a113d2a 100644 --- a/.github/workflows/test-backoffice.yml +++ b/.github/workflows/test-backoffice.yml @@ -19,7 +19,7 @@ jobs: ref: ${{ inputs.ref }} image: cern-sis/inspire/backoffice context: ./backoffice - dockerfile: Dockerfile + dockerfile: ./backoffice/Dockerfile secrets: inherit test: diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index fc7a8f76..f92114ff 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ inputs.ref }} image: cern-sis/inspire/workflows context: ./workflows - dockerfile: Dockerfile + dockerfile: ./workflows/Dockerfile secrets: inherit test: needs: build