From c6a869acba3e4a72f7942f62aa1205f755d527e1 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 26 Mar 2020 18:48:50 -0700 Subject: [PATCH] action test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97aefba5..e4369854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: - cron: '0 12 * * *' jobs: - CI Linux: + ci_unix: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 @@ -18,7 +18,7 @@ jobs: tools/snippets install_pip_reqs - name: Run checks and tests run: make -j2 check test - CI Windows: + ci_windows: runs-on: windows-latest steps: - uses: actions/checkout@v1