Skip to content

feat: refactor to handle multiple atlas versions #19

feat: refactor to handle multiple atlas versions

feat: refactor to handle multiple atlas versions #19

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "**"
types: [opened, synchronize]
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22.x
- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt update && sudo apt install build-essential
- name: Test
run: make test