mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 18:21:50 +03:00
ci: run octobase service (#1608)
This commit is contained in:
parent
37a135d49e
commit
473076b603
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -271,6 +271,18 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: development
|
environment: development
|
||||||
needs: build-frontend
|
needs: build-frontend
|
||||||
|
services:
|
||||||
|
octobase:
|
||||||
|
image: ghcr.io/toeverything/cloud:nightly-latest
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
env:
|
||||||
|
SIGN_KEY: 'test123'
|
||||||
|
RUST_LOG: 'debug'
|
||||||
|
JWST_DEV: '1'
|
||||||
|
credentials:
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.ACTIONS_PACKAGE_PUBLISH }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user