Skip to content

🔒 protect calendar route #179

🔒 protect calendar route

🔒 protect calendar route #179

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