Skip to content

Commit

Permalink
gh actions failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed May 30, 2024
1 parent a3c70d0 commit a8fc0c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-images
name: integration-tests

on:
push:
Expand All @@ -16,4 +16,4 @@ jobs:
with:
workdir: ci
verb: call
args: test stdout
args: -s test stdout
2 changes: 1 addition & 1 deletion ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ values:
}).
WithWorkdir("/opt/vk-test-set").
WithExec([]string{"bash", "-c", "python3 -m venv .venv && source .venv/bin/activate && pip3 install -e ./ "}, dagger.ContainerWithExecOpts{SkipEntrypoint: true}).
WithExec([]string{"bash", "-c", "source .venv/bin/activate && export KUBECONFIG=/.kube/config && pytest -vx || echo OPS"}, dagger.ContainerWithExecOpts{SkipEntrypoint: true})
WithExec([]string{"bash", "-c", "source .venv/bin/activate && export KUBECONFIG=/.kube/config && pytest -vx"}, dagger.ContainerWithExecOpts{SkipEntrypoint: true})

}

0 comments on commit a8fc0c6

Please sign in to comment.