-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,17 @@ inputs: | |
description: "NGROK_AUTHTOKEN for e2e tests, if enabled" | ||
required: false | ||
default: "fake-authtoken" | ||
kind-version: | ||
description: "KIND version to use" | ||
required: false | ||
default: "v0.26.0" | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- uses: debianmaster/actions-k3s@master | ||
id: k3s | ||
- uses: engineerd/[email protected] | ||
with: | ||
version: 'latest' | ||
version: ${{ inputs.kind-version }} | ||
|
||
- shell: bash | ||
run: | | ||
|
@@ -64,8 +67,6 @@ runs: | |
NGROK_API_KEY: ${{ inputs.ngrok-api-key }} | ||
NGROK_AUTHTOKEN: ${{ inputs.ngrok-authtoken }} | ||
E2E_BINDING_NAME: k8s/e2e-${{ github.run_id }} | ||
# use the latest image built in this run | ||
IMG: ngrok/ngrok-operator | ||
run: | | ||
# create some namespaces for bindings tests | ||
kubectl create ns e2e || true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters