Skip to content

feat: adds login with auth0 #5

feat: adds login with auth0

feat: adds login with auth0 #5

Workflow file for this run

name: Build and Run Tests
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Golang Rest Backend Docker image
run: docker build -t backend-golang-rest backend-golang-rest
- name: Build React WebApp Docker image
run: docker build -t webapp-react webapp-react