mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 09:17:27 +00:00
Add e2e test for create source cmd
This commit is contained in:
parent
9cec671f6c
commit
63b58e7dad
1 changed files with 1 additions and 0 deletions
1
.github/workflows/e2e.yaml
vendored
1
.github/workflows/e2e.yaml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
run: |
|
||||
./bin/tk check
|
||||
./bin/tk install --manifests ./manifests/install/
|
||||
./bin/tk create source podinfo --git-url https://github.com/stefanprodan/podinfo-deploy --git-semver=">=0.0.1-rc.1 <0.1.0"
|
||||
- name: Debug failure
|
||||
if: failure()
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue