Skip to content

Publish JAR to GitHub Maven package repo (#111) #1

Publish JAR to GitHub Maven package repo (#111)

Publish JAR to GitHub Maven package repo (#111) #1

Workflow file for this run

name: Test csvcubed on main branch push
on:
push:
branches:
- main
jobs:
test_in_environments:
strategy:
matrix:
# Test on Ubuntu
os: [ubuntu-latest]
uses: ./.github/workflows/reusable-test.yaml
with:
os: ${{ matrix.os }}