Skip to content

Update CI/CD

Update CI/CD #8

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
run-tests:
uses: ./.github/workflows/test.yml
secrets: inherit