Skip to content

Make CI use test_acceptance workflow. Create package before running t… #32

Make CI use test_acceptance workflow. Create package before running t…

Make CI use test_acceptance workflow. Create package before running t… #32

Workflow file for this run

name: CI (on push)
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test_acceptance:
uses: ./.github/workflows/test_acceptance.yml
secrets: inherit