Skip to content

Vulnerability Fix: CRUD /health #79

Vulnerability Fix: CRUD /health

Vulnerability Fix: CRUD /health #79

Workflow file for this run

name: testing
on:
pull_request:
branches:
- main
jobs:
backend-test:
name: Run all backend tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run backend tests
working-directory: ./backend
run: go test -tags=skiptest ./...