mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 02:49:57 +08:00
ci: enable octobase server in unit test
This commit is contained in:
@@ -295,6 +295,22 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: development
|
environment: development
|
||||||
needs: [build, pull_request]
|
needs: [build, pull_request]
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
checks: write
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user