Skip to content

Feature/adding azure deployment #35

Feature/adding azure deployment

Feature/adding azure deployment #35

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
- uses: klakegg/[email protected]
with:
source: ui
target: ./public
- name: Build
run: make build-go
- name: Test
run: make test