Skip to content

Realized that build-publish can also run on ubuntu-latest #31

Realized that build-publish can also run on ubuntu-latest

Realized that build-publish can also run on ubuntu-latest #31

name: CI - Run all tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Build all and run tests
run: ./build.sh Test