Skip to content

Backend/crud venue - this is for updating the reviews #94

Backend/crud venue - this is for updating the reviews

Backend/crud venue - this is for updating the reviews #94

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 ./...