Skip to content

Add a docker release flow for building production services #6

Add a docker release flow for building production services

Add a docker release flow for building production services #6

Workflow file for this run

name: E2E Tests
on: [pull_request]
jobs:
api-gateway:
name: API Gateway E2E Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: yarn test:e2e:api-gateway
auth-service:
name: Auth Service E2E Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: yarn test:e2e:auth-service
db-service:
name: DB Service E2E Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: yarn test:e2e:db-service