Skip to content

Commit

Permalink
Test against release 23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 21, 2023
1 parent ba34d47 commit 9598eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
python-version-list: "[\"3.7\"]"
galaxy-fork: galaxyproject
galaxy-branch: release_23.1
galaxy-branch: release_23.2
max-chunks: 4

# Planemo lint the changed repositories
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
python-version-list: "[\"3.7\"]"
repository-list: ${{ needs.setup.outputs.repository-list }}
galaxy-fork: galaxyproject
galaxy-branch: release_23.1
galaxy-branch: release_23.2
check-outputs: false

combine_outputs:
Expand Down
4 changes: 2 additions & 2 deletions workflows/wftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
python-version-list: "[\"3.7\"]"
galaxy-fork: galaxyproject
galaxy-branch: release_23.1
galaxy-branch: release_23.2
test:
name: Test workflow
needs: setup
Expand All @@ -19,6 +19,6 @@ jobs:
galaxy-head-sha: ${{ needs.setup.outputs.galaxy-head-sha }}
python-version-list: "[\"3.7\"]"
galaxy-fork: galaxyproject
galaxy-branch: release_23.1
galaxy-branch: release_23.2
repository-list: '.'
check-outputs: true

0 comments on commit 9598eec

Please sign in to comment.