asklyphe/.forgejo/workflows/build-all.yml
husky f3ee26f24b
Some checks failed
/ build-all-services (push) Failing after 4s
nodejs, not node
2025-03-12 20:56:32 -07:00

43 lines
1.1 KiB
YAML

on: [push]
jobs:
build-all-services:
runs-on: docker
container:
image: rust:1-bookworm
steps:
- run: |
apt-get upgrade
apt-get install nodejs git
- uses: actions/checkout@v3
- id: asklyphe-auth-frontend
uses: ./.forgejo/build-service
with:
service-name: "asklyphe-auth-frontend"
- id: asklyphe-frontend
uses: ./.forgejo/build-service
with:
service-name: "asklyphe-frontend"
- id: authservice
uses: ./.forgejo/build-service
with:
service-name: "authservice"
- id: bingservice
uses: ./.forgejo/build-service
with:
service-name: "bingservice"
- id: googleservice
uses: ./.forgejo/build-service
with:
service-name: "googleservice"
- id: lyphedb
uses: ./.forgejo/build-service
with:
service-name: "lyphedb"
- id: searchservice
uses: ./.forgejo/build-service
with:
service-name: "searchservice"
- id: vorebot
uses: ./.forgejo/build-service
with:
service-name: "vorebot"