Skip to content

Build backend

Build backend #18

Workflow file for this run

name: Build backend
on: workflow_dispatch
# Defines two custom environment variables for the workflow.
# These are used for the Container registry domain,
# and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
BACKEND_IMAGE_NAME: ${{ github.repository }}-backend
jobs:
run-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: backend
steps:
- uses: actions/checkout@v4
- name: test_echo
run: |
echo "$GITHUB_SHA"