diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b55e523a..c740293c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,10 +2,6 @@ name: Test suite on: push: - branches: - - main - - develop - pull_request: jobs: backend-test: diff --git a/README.md b/README.md index 13c407545..081803fd0 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,3 @@ To stop the containers, press `ctrl-c` or (in another terminal) run ## Production build A production build should define its own `docker-compose.yaml`, making use of the `Dockerfile` of the `backend` and `frontend` environments. It should also define a custom .env file, with safe passwords for the SQL database and the Python backend. Instead of mounting the entire backend and frontend directory and using the development servers, the backend should serve with gunicorn, and the frontend should use a build script to compile static html, css and JavaScript. - -# docker-compose --env-file .env-github-actions run client yarn test --watchAll=false