Remove test workflow
This commit is contained in:
parent
4336235ce9
commit
0854a250d8
2 changed files with 2 additions and 16 deletions
|
@ -2,8 +2,8 @@ when:
|
||||||
- event: manual
|
- event: manual
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
depends_on:
|
#depends_on:
|
||||||
- test
|
#- test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
npm:
|
npm:
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
when:
|
|
||||||
- event: manual
|
|
||||||
- event: push
|
|
||||||
|
|
||||||
steps:
|
|
||||||
npm:
|
|
||||||
image: code.philo.ydns.eu/philorg/pnpm
|
|
||||||
environment:
|
|
||||||
ORG: philorg
|
|
||||||
REGISTRY_TOKEN:
|
|
||||||
from_secret: registry_token
|
|
||||||
commands:
|
|
||||||
- pnpm install --frozen-lockfile
|
|
||||||
- pnpm run type-check
|
|
Loading…
Add table
Add a link
Reference in a new issue