From a162327754ad9ffc94a917ef4ea3c0852ee9ecae Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Mon, 24 Jun 2024 09:49:22 +0200 Subject: [PATCH] bump to 24.1 and create md in CI --- .github/workflows/ci.yaml | 3 ++- .github/workflows/pr.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e28f0871..a7683ac4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: types: [run-all-tool-tests-command] env: GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_24.0 + GALAXY_BRANCH: release_24.1 MAX_CHUNKS: 40 jobs: setup: @@ -224,6 +224,7 @@ jobs: with: mode: combine html-report: true + markdown-report: true - uses: actions/upload-artifact@v4 with: name: 'All tool test results' diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b406591e..fc5909f6 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,7 +15,7 @@ on: - '*' env: GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_24.0 + GALAXY_BRANCH: release_24.1 MAX_CHUNKS: 4 MAX_FILE_SIZE: 1M concurrency: