Skip to content

add hook to start migrating users to django downloads backend #25

add hook to start migrating users to django downloads backend

add hook to start migrating users to django downloads backend #25

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Test Go build
run: go build
- name: Run all Go tests
run: go test