Merged the two files. Renamed the old files. Changed resKC to resDM a… #1513
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Project Testbot | |
on: | |
push: | |
branches: | |
- '**' | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
test-bot: | |
name: Testing ${{ github.head_ref || github.ref_name }} | |
runs-on: ubuntu-latest | |
container: | |
image: 'ghcr.io/mahrud/macaulay2:latest' | |
steps: | |
- name: Checkout the project repository | |
uses: actions/checkout@v2 | |
- name: Run testbot on project branch | |
run: | | |
M2 --script tests/testbot.m2 |