Skip to content

Commit

Permalink
Allow test to be run on workflow dispatch. Revert to k3s 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Oct 12, 2023
1 parent c777429 commit 444b03c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
- anvil
pull_request: {}
workflow_dispatch: {}
jobs:
linting:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
- name: Start k8s locally
uses: jupyterhub/action-k3s-helm@v3
with:
k3s-version: v1.26.1+k3s1 # releases: https://github.com/k3s-io/k3s/tags
k3s-version: v1.25.14+k3s1 #v1.26.1+k3s1 # releases: https://github.com/k3s-io/k3s/tags
metrics-enabled: false
traefik-enabled: false
- name: Verify function of k8s, kubectl, and helm
Expand Down

0 comments on commit 444b03c

Please sign in to comment.