diff --git a/.github/ci-hpc-config.yml b/.github/ci-hpc-config.yml index 67a79c3..0d3b240 100644 --- a/.github/ci-hpc-config.yml +++ b/.github/ci-hpc-config.yml @@ -1,3 +1,6 @@ build: python: 3.10 - parallel: 1 \ No newline at end of file + parallel: 1 + pytest_cmd: | + python -m pytest --cov=./ --cov-report=xml + python -m coverage report diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c85f6a6..b2b3354 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,7 @@ jobs: # Build downstream packages on HPC downstream-ci-hpc: name: downstream-ci-hpc - # if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - if: ${{ false }} + if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main with: earthkit-time: ecmwf/earthkit-time@${{ github.event.pull_request.head.sha || github.sha }}