Skip to content

fix(CI): upload dmss logs as artifact in integration tests #3472

fix(CI): upload dmss logs as artifact in integration tests

fix(CI): upload dmss logs as artifact in integration tests #3472

Workflow file for this run

on:
workflow_dispatch:
push:
branches-ignore:
- main
- gh-pages
tags-ignore:
- v*
concurrency:
group: on-push-${{ github.ref_name }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yaml
integration-tests:
uses: ./.github/workflows/integration-tests.yaml

Check failure on line 19 in .github/workflows/on-push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-push.yaml

Invalid workflow file

The workflow is not valid. In .github/workflows/on-push.yaml (Line: 19, Col: 11): Error from called workflow equinor/dm-core-packages/.github/workflows/integration-tests.yaml@11910fa2598620bdc9593fdf15d56f1989309449 (Line: 165, Col: 9): Unexpected value 'needs'
publish-integration-tests-report:
needs: integration-tests
if: ${{ ! cancelled() }}
uses: ./.github/workflows/publish-integration-tests-report.yaml
with:
dmss_version: ${{ needs.integration-tests.outputs.dmss_version }}
dm_cli_version: ${{ needs.integration-tests.outputs.dm_cli_version }}
job_version: ${{ needs.integration-tests.outputs.job_version }}