Skip to content

Merge pull request #14 from solarisdb/replicator #22

Merge pull request #14 from solarisdb/replicator

Merge pull request #14 from solarisdb/replicator #22

Workflow file for this run

name: build
on:
push:
branches:
- main
env:
GOPRIVATE: "github.com/solarisdb/*"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: go.mod
- name: Run tests
run: make clean test
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.64.0
env:
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
WITH_V: true