ci: run octobase service (#1608)

This commit is contained in:
Himself65 2023-03-18 02:00:52 -04:00 committed by GitHub
parent 37a135d49e
commit 473076b603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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