Skip to content

build(deps): bump the go_modules group in /gentei with 2 updates #316

build(deps): bump the go_modules group in /gentei with 2 updates

build(deps): bump the go_modules group in /gentei with 2 updates #316

Workflow file for this run

name: backend-dev
on:
pull_request:
defaults:
run:
working-directory: gentei
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.work"
- run: go test -v ./...
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: docker build
env:
DOCKER_BUILDKIT: "1"
run: docker build . -t gentei