Publish JAR to GitHub Maven package repo (#111) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |