Skip to content

Features/society dropdown #172

Features/society dropdown

Features/society dropdown #172

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- main
- feature/login
- feature/event
- feature/societyJoin
- feature/forgot-password
pull_request:
branches:
- main
- feature/login
- feature/event
- feature/societyJoin
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432
NODE_ENV: test
jobs:
integration-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
- uses: ./.github/actions/docker-compose
- name: Run tests
run: pnpm run test:int