Merge pull request #2892 from terrelln/issue-2785

[CircleCI] Fix short-tests-0
This commit is contained in:
Nick Terrell
2021-12-02 16:20:56 -05:00
committed by GitHub
7 changed files with 31 additions and 29 deletions
+7
View File
@@ -10,6 +10,13 @@ on:
branches: [ dev, release, actionsTest ]
jobs:
make-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make all
run: make all
# lasts ~24mn
make-test:
runs-on: ubuntu-latest