Skip to content

Commit

Permalink
Removes gateway-api-version input for conformance GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Daneyon Hansen <[email protected]>
  • Loading branch information
danehans committed Dec 5, 2024
1 parent fbe8271 commit 7bb39ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Conformance Tests
description: Run Kubernetes Gateway API conformance tests for multiple versions
inputs:
gateway-api-version:
description: "The version of Gateway API to test."
required: true
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -58,7 +54,7 @@ runs:
- name: Run the kubernetes gateway API conformance tests
shell: bash
env:
GATEWAY_API_VERSION: ${{ inputs.gateway-api-version }}
GATEWAY_API_VERSION: ${{ matrix.gateway-api-version }}
run: make conformance
- name: Capture debug information when tests fail
if: ${{ failure() }}
Expand Down
File renamed without changes.

0 comments on commit 7bb39ce

Please sign in to comment.