mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2025-12-16 23:14:15 -06:00
bro forgot to setup env 💀
This commit is contained in:
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: rust:1.86-bullseye
|
||||
|
||||
services:
|
||||
arcadiadb:
|
||||
image: postgres
|
||||
@@ -47,6 +48,9 @@ jobs:
|
||||
with:
|
||||
cache-workspaces: ./backend
|
||||
|
||||
- name: Setup env
|
||||
run: cp -f .env.ci .env
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user