Skip to content

Allow key_creator role more actions #595

Allow key_creator role more actions

Allow key_creator role more actions #595

Workflow file for this run

name: Tests
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
backend-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v4
- name: Set up Docker
uses: docker/setup-buildx-action@v3
- name: Clean up any existing test containers
run: make test-clean
- name: Run backend tests
run: make backend-test-cov
- name: Clean up test containers
if: always()
run: make test-clean