Skip to content

Release Automation #366

Release Automation

Release Automation #366

Workflow file for this run

name: Backend Go CI
on: [push, pull_request]
defaults:
run:
working-directory: ./backend-go
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout 📥
uses: actions/[email protected]
- name: Setup Virtual Environment 🛠️
run: |-
../backend-features/tools/setup-venv.sh
- name: Run Tests 🧪
run: |-
. ../backend-features/.venv/bin/activate
../backend-features/run-tests.py -v .