From 5bbf16e0e0a9375c517618948012a8a8e2e2b712 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Fri, 17 Jul 2020 12:26:45 +0200 Subject: [PATCH] Use latest master of python-tools --- .github/workflows/validator_action.yml | 4 ++++ tests/test_fixtures.bash | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validator_action.yml b/.github/workflows/validator_action.yml index d9242c0..7e49047 100644 --- a/.github/workflows/validator_action.yml +++ b/.github/workflows/validator_action.yml @@ -27,6 +27,7 @@ jobs: with: port: 3213 path: /v1 + validator version: master validator_index: runs-on: ubuntu-latest @@ -48,6 +49,7 @@ jobs: port: 3214 path: /v1 index: yes + validator version: master all_versioned_paths: runs-on: ubuntu-latest @@ -69,6 +71,7 @@ jobs: port: 3213 path: / all versioned paths: yes + validator version: master - name: Run action (setting path to empty string) uses: ./ @@ -76,6 +79,7 @@ jobs: port: 3213 path: "" all versioned paths: yes + validator version: master bats: runs-on: ubuntu-latest diff --git a/tests/test_fixtures.bash b/tests/test_fixtures.bash index 2b4938f..01051b7 100644 --- a/tests/test_fixtures.bash +++ b/tests/test_fixtures.bash @@ -19,7 +19,7 @@ function setup() { export INPUT_INDEX=false export INPUT_PATH=/v1 export INPUT_PROTOCOL=http - export INPUT_VALIDATOR_VERSION=latest + export INPUT_VALIDATOR_VERSION=master export INPUT_VERBOSITY=1 export INPUT_FAIL_FAST=false export INPUT_SKIP_OPTIONAL=false