ci: use reference db for generating spec

This commit is contained in:
Paul Makles
2023-10-26 15:07:03 +01:00
parent 39ac8b2278
commit d8ef083c97

View File

@@ -54,6 +54,8 @@ jobs:
- name: Start API in background
if: github.event_name != 'pull_request' && github.ref_name == 'master'
env:
TEST_DB: REFERENCE
run: |
cargo run --bin revolt-delta &