Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/CI_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
OCOTILLO_API_URL: http://localhost:8000
VITE_OCOTILLO_API_URL: http://localhost:8000
AUTHENTIK_DISABLE_AUTHENTICATION: ${{ secrets.AUTHENTIK_TEST }}
SESSION_SECRET_KEY: your_secret_key_here

# --- DATABASE VALUES FOR DOCKER COMPOSE ---
POSTGRES_HOST: db
Expand All @@ -25,11 +26,11 @@ jobs:
- name: Checkout frontend
uses: actions/checkout@v4

- name: Checkout FastAPI backend (NMSampleLocations staging)
- name: Checkout FastAPI backend (OcotilloAPI staging)
uses: actions/checkout@v4
with:
repository: DataIntegrationGroup/NMSampleLocations
ref: staging
repository: DataIntegrationGroup/OcotilloAPI
ref: cm-docker-compose-fix
path: api-repo

- name: Set up Node.js
Expand Down
Loading