Skip to content

Increase verbosity of tests #155

Increase verbosity of tests

Increase verbosity of tests #155

Workflow file for this run

name: package
on:
push:
branches: [ "main" ]
jobs:
test:
uses: ./.github/workflows/test.yml
tag:
permissions:
contents: write
uses: ./.github/workflows/tag_release.yml
secrets: inherit
needs: [test]
deploy:
permissions:
contents: write
uses: ./.github/workflows/publish.yml
secrets: inherit
needs: [test, tag]