Skip to content

Commit 90489a0

Browse files
author
Nissan Pow
committed
fix: correct setup-minikube SHA (was truncated/wrong)
The pinned SHA aba8d5ff1666c72adf... didn't exist in the repo, causing every ux-test job to fail at "Set up job" with a 401/404. Fixed to the actual commit SHA aba8d5ff1666d19b9549133e3b92e70d4fc52cb7.
1 parent 7bc4f0b commit 90489a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
pip install "git+https://github.com/npow/localbatch.git@main#egg=localbatch"
135135
136136
- name: Set up minikube
137-
uses: medyagh/setup-minikube@aba8d5ff1666c72adf94ccd078b2ca12e7756382
137+
uses: medyagh/setup-minikube@aba8d5ff1666d19b9549133e3b92e70d4fc52cb7
138138
with:
139139
driver: docker
140140
cpus: 2

0 commit comments

Comments
 (0)