bro forgot to setup env 💀

This commit is contained in:
Shehab Ali Tweel
2025-04-18 16:09:55 +02:00
parent 12a0c7bc47
commit 649edafc7b

View File

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