remove unused test workflow
This commit is contained in:
parent
338baf5266
commit
c91be6d8a1
@ -44,4 +44,4 @@ steps:
|
|||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- lint
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
when:
|
|
||||||
- event: [pull_request, tag]
|
|
||||||
- event: [push, manual]
|
|
||||||
branch:
|
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
|
||||||
|
|
||||||
variables:
|
|
||||||
- &molecule_base
|
|
||||||
image: quay.io/thegeeklab/molecule:6
|
|
||||||
group: molecule
|
|
||||||
secrets:
|
|
||||||
- source: molecule_hcloud_token
|
|
||||||
target: HCLOUD_TOKEN
|
|
||||||
environment:
|
|
||||||
PY_COLORS: "1"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: molecule-default
|
|
||||||
<<: *molecule_base
|
|
||||||
commands:
|
|
||||||
- molecule test -s default
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- lint
|
|
Loading…
Reference in New Issue
Block a user