mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 04:13:12 -04:00
2
.github/workflows/docker-staging.yml
vendored
2
.github/workflows/docker-staging.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Prepare .env in root
|
||||
run: cp .env.example .env
|
||||
- name: Build and push backend image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
||||
8
.github/workflows/nox-ci.yml
vendored
8
.github/workflows/nox-ci.yml
vendored
@@ -33,5 +33,13 @@ jobs:
|
||||
run: npm install -g yarn
|
||||
- name: Install nox-poetry
|
||||
run: pipx inject nox nox-poetry
|
||||
- name: Install Python dependencies (backend)
|
||||
run: |
|
||||
cd backend
|
||||
poetry install
|
||||
- name: Install JS dependencies (frontend)
|
||||
run: |
|
||||
cd frontend
|
||||
yarn install
|
||||
- name: Run Nox (all checks)
|
||||
run: nox
|
||||
|
||||
Reference in New Issue
Block a user