diff --git a/.github/workflows/pytests-upstream-xarray.yml b/.github/workflows/pytests-upstream-xarray.yml index 901fb53d..41e9caa2 100644 --- a/.github/workflows/pytests-upstream-xarray.yml +++ b/.github/workflows/pytests-upstream-xarray.yml @@ -79,16 +79,16 @@ jobs: run: | pytest -ra -v -s -c argopy/tests/pytest.ini --durations=10 \ --report-log output-${{ matrix.python-version }}-log.jsonl \ - test_fetchers_data_erddap.py + argopy/tests/test_fetchers_data_erddap.py - name: Generate and publish a report on failure if: | failure() - && steps.status.outcome == 'failure' && github.repository_owner == 'euroargodev' uses: xarray-contrib/issue-from-pytest-log@main with: log-path: output-${{ matrix.python-version }}-log.jsonl + issue-title: "Xarray > 2024.3 CI failed" - name: Save tests log as artifact uses: actions/upload-artifact@v4 diff --git a/.github/workflows/pytests-upstream.yml b/.github/workflows/pytests-upstream.yml index 10246fb1..f6262bbd 100644 --- a/.github/workflows/pytests-upstream.yml +++ b/.github/workflows/pytests-upstream.yml @@ -158,12 +158,12 @@ jobs: - name: Generate and publish a report on failure if: | failure() - && steps.status.outcome == 'failure' && github.repository_owner == 'euroargodev' uses: xarray-contrib/issue-from-pytest-log@main with: log-path: output-${{ matrix.python-version }}-log.jsonl - + issue-title: "Upstream CI tests failed: Core - Free - Py${{matrix.python-version}} - ${{ matrix.os }}" + - name: Save tests log as artifact uses: actions/upload-artifact@v4 with: @@ -291,7 +291,8 @@ jobs: uses: xarray-contrib/issue-from-pytest-log@main with: log-path: output-${{ matrix.python-version }}-log.jsonl - + issue-title: "Upstream CI tests failed: All - Free - Py${{matrix.python-version}} - ${{ matrix.os }}" + - name: Save tests log as artifact uses: actions/upload-artifact@v4 with: