From 5f685f45fb5f94f714a9c7a650d111d2e2bc16eb Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 29 Oct 2024 12:52:18 -0400 Subject: [PATCH] ci: fix tests.yml workflow --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7da7ec897..4e0b31fb1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: tests-python: name: Python Tests runs-on: ubuntu-latest - container: ghcr.io/ietf-tools/datatracker-app-base:${{ github.event.inputs.targetBaseVersion }} + container: ghcr.io/ietf-tools/datatracker-app-base:${{ inputs.targetBaseVersion }} services: db: @@ -48,7 +48,7 @@ jobs: exit 1 fi echo "Running tests..." - if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then + if [[ "x${{ inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then echo "Lower coverage failures will be ignored." HOME=/root ./ietf/manage.py test -v2 --validate-html-harder --settings=settings_test --ignore-lower-coverage else @@ -119,7 +119,7 @@ jobs: tests-playwright-legacy: name: Playwright Legacy Tests runs-on: ubuntu-latest - container: ghcr.io/ietf-tools/datatracker-app-base:${{ github.event.inputs.targetBaseVersion }} + container: ghcr.io/ietf-tools/datatracker-app-base:${{ inputs.targetBaseVersion }} strategy: fail-fast: false matrix: