Skip to content

Add favicon.ico to Django static files #64

Add favicon.ico to Django static files

Add favicon.ico to Django static files #64

Workflow file for this run

name: Backend tests
on:
pull_request:
paths:
- "MPCAutofill/**"
workflow_dispatch:
jobs:
test-backend:
name: Backend tests
runs-on: ubuntu-latest
services:
postgres:
image: postgres
env:
POSTGRES_USER: mpcautofill
POSTGRES_PASSWORD: mpcautofill
POSTGRES_DB: mpcautofill
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test-backend
with:
google-drive-api-key: ${{ secrets.GOOGLE_DRIVE_API_KEY }}