Skip to content

Commit

Permalink
添加新的ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Baowen648 committed Nov 27, 2023
1 parent 85524b7 commit 65b244b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/build_and_unit_test.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: build_and_unit_test

on:
push:
branches: [ test-ci ]
pull_request:
branches: [ master ]
types: [ opened, synchronize, reopened, edited, ready_for_review ]

jobs:

build_and_unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Set Environment
run: go get github.com/cloudberrydb/gpbackup/...

0 comments on commit 65b244b

Please sign in to comment.