Skip to content

Commit

Permalink
ci: ensure we pull correct kindest/node image before fsnetman e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 26, 2024
1 parent 0a74d51 commit ac7ae5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-fsnetman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
npm i
npm link
kind delete cluster -n chart-testing || true
docker system prune -f
docker image prune -f
docker image pull kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
docker image ls
./test/e2e/setup-e2e.sh
npm run test-e2e
Expand Down

0 comments on commit ac7ae5c

Please sign in to comment.