Skip to content

Fix to test the new milestone offset #72

Fix to test the new milestone offset

Fix to test the new milestone offset #72

name: build-and-test
on: push
jobs:
test:
strategy:
matrix:
stack_version: [20, 22, 24]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Installation
run: ./bin/test.sh ${{ matrix.stack_version }}