Skip to content

fix: forward auth0 token to the backend #14

fix: forward auth0 token to the backend

fix: forward auth0 token to the backend #14

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-nextjs webapp-nextjs