feat & fix: use python img for configuraing forgejo instance
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-09-18 22:18:54 +05:30
parent 9c05e9b9fc
commit 85db5119f8
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,9 @@
steps:
setup_forgeo:
image: python
commands:
- make env.config
build:
image: node:18
commands:
@ -6,7 +11,7 @@ steps:
- corepack prepare pnpm@latest-8 --activate
- pnpm install
- pnpm run lint
- make test
- pnpm run test
- pnpm run build
- pnpm run doc

View File

@ -4,6 +4,9 @@ env.up:
env.down:
docker-compose -f ./docker-compose-dev-deps.yml down --remove-orphans -v
env.config:
./integration/tests.sh
test:
./integration/tests.sh
pnpm run test