Skip to content

Commit

Permalink
Use latest master of python-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 17, 2020
1 parent 8742563 commit 5bbf16e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/validator_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
port: 3213
path: /v1
validator version: master

validator_index:
runs-on: ubuntu-latest
Expand All @@ -48,6 +49,7 @@ jobs:
port: 3214
path: /v1
index: yes
validator version: master

all_versioned_paths:
runs-on: ubuntu-latest
Expand All @@ -69,13 +71,15 @@ jobs:
port: 3213
path: /
all versioned paths: yes
validator version: master

- name: Run action (setting path to empty string)
uses: ./
with:
port: 3213
path: ""
all versioned paths: yes
validator version: master

bats:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fixtures.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bbf16e

Please sign in to comment.