trying something different
Tests / test (pull_request) Failing after 3m25s
Details
Tests / test (pull_request) Failing after 3m25s
Details
This commit is contained in:
parent
1da5d8955e
commit
b79fc62599
|
@ -1,6 +1,8 @@
|
||||||
name: Tests
|
name: Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
@ -17,9 +19,6 @@ jobs:
|
||||||
tilt: "v0.33.20"
|
tilt: "v0.33.20"
|
||||||
- name: Create k8s Kind Cluster
|
- name: Create k8s Kind Cluster
|
||||||
uses: helm/kind-action@v1
|
uses: helm/kind-action@v1
|
||||||
with:
|
|
||||||
install_only: true
|
|
||||||
|
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
run: |
|
run: |
|
||||||
echo ${{ job.container.network }}
|
echo ${{ job.container.network }}
|
||||||
|
|
Loading…
Reference in New Issue