Skip to content

Merge branch 'main' of https://github.com/MATRIXXSoftware/xk6-diamete… #1

Merge branch 'main' of https://github.com/MATRIXXSoftware/xk6-diamete…

Merge branch 'main' of https://github.com/MATRIXXSoftware/xk6-diamete… #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-push:
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.21
id: go
- name: Build Source Code
run: make