From 9bb0b55004c7608ce9cce11609b7fdd8d0c702f4 Mon Sep 17 00:00:00 2001 From: Banks Nussman Date: Mon, 30 Oct 2023 23:28:33 -0400 Subject: [PATCH] chore: update docs --- .github/workflows/e2e.yml | 9 +++++---- README.md | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4703be33..4cf30f72 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -3,12 +3,13 @@ name: e2e on: push: branches: - - main - - production + - main + - production + pull_request: jobs: test: - timeout-minutes: 60 + timeout-minutes: 15 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -37,7 +38,7 @@ jobs: run: pnpm i --frozen-lockfile - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps chromium - - name: Start DB and Redis + - name: Start Docker services (PostgreSQL, Redis, and S3) run: docker compose up -d - name: Build the api run: pnpm build:api diff --git a/README.md b/README.md index 4db06258..f9c00d8a 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ To run the development envrionment use in the repo's root pnpm dev ``` -By default, the api will use your local database and redis from docker. You should not need an `.env` to develop locally -You can create a `.env` in `api/` to set the API's env. (`vim api/.env`) +By default, the api will use your local database, redis, and s3 server from docker. You should not need an `.env` to develop locally +You can create a `.env` in `api/` to set the API's env if needed. (`vim api/.env`) ```env S3_ACCESS_KEY_ID=hkjvbyuverbvugfreukgsig