github actions

This commit is contained in:
aichy126 2022-10-13 12:17:40 +08:00 committed by mingcheng
parent 49f75f0121
commit 2913b96bf3
3 changed files with 25 additions and 21 deletions

View File

@ -23,18 +23,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: 1.18
# - name: Test
# run: go test -v ./...
# - name: Test Build
# run: go build -v ./...
- name: Login to ghcr.io
uses: docker/login-action@v1
with:

View File

@ -1,4 +1,4 @@
name: Build Test
name: Go Build Test
on:
push:
@ -7,10 +7,6 @@ on:
branches: [ "main" ]
env:
REGISTRY: ghcr.io
IMAGE: aichy126/answer
jobs:
build-and-push:
runs-on: ubuntu-latest
@ -24,8 +20,5 @@ jobs:
with:
go-version: 1.18
# - name: Test
# run: go test -v ./...
- name: Test Build
- name: Go Test Build
run: make clean build

23
.github/workflows/node_build_test.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Node Build Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-node@v3
with:
node-version: 16
- name: Test Build
run: make install-ui-packages ui