From 033bbda89ffa9ef45da6014aeaa3a205abc1668d Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Wed, 10 Feb 2021 18:17:02 -0600 Subject: [PATCH] REMOVE ME: enabled testing on GitHub Actions --- .github/workflows/test_build.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 615c57fee39..ed63cc1bbfd 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -12,15 +12,23 @@ on: workflow_dispatch: push: branches: - - pre-master # when we're ready to merge 'development' into 'master', we merge it first into 'pre-master', so it can be tested + - quickfix/Hom + - Dmodules + - Truncations + - Varieties + - development + - feature/functors + - feature/monoids + - feature/torsion + - feature/varieties + - refactor/Core + - refactor/engine + - refactor/monoids + - research pull_request: branches: - master - development - schedule: - # cron time in UTC - # a scheduled job runs on the default branch: 'master' - - cron: '0 6 * * *' defaults: run: @@ -28,7 +36,6 @@ defaults: jobs: build: - if: github.repository == 'Macaulay2/M2' || contains(github.ref, 'global') name: ${{ matrix.build-system }}-${{ matrix.os }}-${{ matrix.compiler }} runs-on: ${{ matrix.os }} strategy: