Skip to content

fix: 🔧 update api base url #145

fix: 🔧 update api base url

fix: 🔧 update api base url #145

Workflow file for this run

name: Main CI
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build-backend:
name: Build Backend
uses: ./.github/workflows/build.yml
with:
image: ghcr.io/dnum-mi/referentiel-applications/backend
context: ./server
build-frontend:
name: Build Frontend
uses: ./.github/workflows/build.yml
with:
image: ghcr.io/dnum-mi/referentiel-applications/frontend
context: ./client
test-format:
name: Test Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Prettier check
run: |
npm ci
npm run format-check