Skip to content

391 add company picture attribut to jobs #142

391 add company picture attribut to jobs

391 add company picture attribut to jobs #142

Workflow file for this run

name: backend test
on:
pull_request:
branches:
- main
paths:
- backend/**
- .github/workflows/backend-test.yaml
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Run Backend Tests
working-directory: ./backend
run: make test