Skip to content

Merge branch 'feat/ccc' into dev #41

Merge branch 'feat/ccc' into dev

Merge branch 'feat/ccc' into dev #41

Workflow file for this run

name: CI
on:
push:
branches:
- dev
- test3
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Build
run: make unipay_svr && make refund_svr
- name: Upload Artifacts
uses: actions/[email protected]
with:
name: unipay_${{ github.sha }}
path: |
unipay_svr
refund_svr