Skip to content

build(deps): bump azure/setup-kubectl from 3.2 to 4 #315

build(deps): bump azure/setup-kubectl from 3.2 to 4

build(deps): bump azure/setup-kubectl from 3.2 to 4 #315

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