Skip to content

rename test classes to avoid conflict with xunit #7

rename test classes to avoid conflict with xunit

rename test classes to avoid conflict with xunit #7

on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
issues: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.JCAMP_GH_TOKEN }}