Skip to content

Commit

Permalink
Remove E2E test from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daisykucharski committed Oct 19, 2023
1 parent 7db5c5a commit c98346a
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,6 @@ jobs:
- run: yarn install --immutable
- name: Run Jest Tests
run: yarn packages/api-v2 test
run-api-e2e-tests:
runs-on: ubuntu-latest
name: Backend E2E Tests
services:
postgres:
image: postgres
env:
POSTGRES_HOST: localhost
POSTGRES_USER: test
POSTGRES_PASSWORD: test
POSTGRES_DB: test
ports:
- "5432:5432"
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16"
- run: yarn install --immutable
- name: Run E2E tests
run: yarn test:e2e
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
build-frontend-image:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c98346a

Please sign in to comment.