diff --git a/.github/workflows/framework.yaml b/.github/workflows/framework.yaml index 5de51cca7cad..bdf4db719f16 100644 --- a/.github/workflows/framework.yaml +++ b/.github/workflows/framework.yaml @@ -26,6 +26,7 @@ jobs: strategy: matrix: python-version: ['3.7'] + use-legacy-api: ['0', '1'] services: postgres: image: postgres:13 @@ -66,7 +67,7 @@ jobs: path: 'galaxy root/.venv' key: gxy-venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('galaxy root/requirements.txt') }}-framework - name: Run tests - run: ./run_tests.sh --coverage --framework + run: GALAXY_TEST_USE_LEGACY_TOOL_API="${{ matrix.use-legacy-api }}" ./run_tests.sh --coverage --framework working-directory: 'galaxy root' - uses: codecov/codecov-action@v3 with: diff --git a/.gitignore b/.gitignore index fd3864c71cd2..7950718e63a7 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,7 @@ doc/build doc/schema.md doc/source/admin/config_logging_default_yaml.rst doc/source/dev/schema.md +doc/source/dev/plantuml.jar client/docs/dist # Webpack stats diff --git a/client/src/components/Tool/ToolForm.vue b/client/src/components/Tool/ToolForm.vue index cf1a0935485c..057fc7943b08 100644 --- a/client/src/components/Tool/ToolForm.vue +++ b/client/src/components/Tool/ToolForm.vue @@ -50,7 +50,6 @@ @onChange="onChange" @onValidation="onValidation" /> -