Skip to content

🔍 Update component reference in bff.go.tpl (#25) #6

🔍 Update component reference in bff.go.tpl (#25)

🔍 Update component reference in bff.go.tpl (#25) #6

Workflow file for this run

name: Go
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.20'
- name: Install dependencies
run: go mod tidy
- name: Run tests for delete command
run: go test ./internal/delete* -v