Skip to content

Commit 23ad264

Browse files
authored
wip: testing smoke-test action
1 parent 1e50e0b commit 23ad264

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-python@v6
25-
- uses: azure/setup-helm@v3
2625

2726
- name: Install Python dependencies
28-
run: pip install -r requirements.txt
27+
run: pip install --user -r requirements.txt
2928

3029
- uses: helm/kind-action@v1
3130
name: Create kind cluster
3231
with:
3332
config: .kind.with.hostpath.yml
34-
33+
3534
#- name: Setup environment
3635
# run: |
3736
# cat env/backend.json | sed -e 's/WHICH_ARGS=-s/WHICH_ARGS=/' -e 's/REALM_IMPORT=true/REALM_IMPORT=false/' -e "s/KUBE_CONTEXT=docker-desktop/KUBE_CONTEXT=$(kubectl config current-context)/" > .env

0 commit comments

Comments
 (0)