Skip to content

Use the new mojo test command for executing tests #18

Use the new mojo test command for executing tests

Use the new mojo test command for executing tests #18

Workflow file for this run

name: Main workflow
on:
push:
branches: [main]
permissions:
contents: write
jobs:
test:
uses: ./.github/workflows/test.yml
package:
uses: ./.github/workflows/package.yml
publish:
uses: ./.github/workflows/publish.yml
secrets:
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}