Skip to content

login is stored as state, profile page only accessible when logged in, add protectedroute component #151

login is stored as state, profile page only accessible when logged in, add protectedroute component

login is stored as state, profile page only accessible when logged in, add protectedroute component #151

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