direct docker

This commit is contained in:
zhangchao
2024-10-31 19:25:39 +08:00
parent 50526835e8
commit 83211dc5d4

View File

@@ -4,25 +4,6 @@ on:
branches: [ master ] branches: [ master ]
jobs: jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Build project
run: |
go build -v ./...
- name: Test with the Go CLI
run: go test
docker: docker:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest