Skip to content

Bump ejs from 3.1.9 to 3.1.10 in /frontend #28

Bump ejs from 3.1.9 to 3.1.10 in /frontend

Bump ejs from 3.1.9 to 3.1.10 in /frontend #28

Workflow file for this run

name: Backend tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.1
- name: Run tests
run: |
cd backend
go test -v ./...