Added CI/CD for pushing to feature branch
Test / build (push) Successful in 43s Details

This commit is contained in:
Leon Mika 2024-09-05 22:01:05 +10:00
parent c689814ba2
commit d501a3af25
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
name: Test
on:
push:
branches:
- feature/*
jobs:
build:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.22.4
- name: Build
run: |
make test