[chore] github CI: run and test

pull/114/head
yoko 3 years ago committed by GitHub
parent bc56d08e6d
commit 5a9bccd732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,12 +25,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Set up Go
- uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: ./build.sh
- name: Test
run: ./test.sh

Loading…
Cancel
Save