From b2346b271d6ec73e1dc2749f6091a7e8652073d6 Mon Sep 17 00:00:00 2001 From: chrisjonesBSU Date: Tue, 25 Jun 2024 15:35:07 -0600 Subject: [PATCH] try to fix formatting --- .github/workflows/CI.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 55fc0261..049ff98e 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -11,7 +11,7 @@ on: - cron: "0 0 * * *" jobs: - python-test: + test: if: github.event.pull_request.draft == false name: Foyer Tests (python) runs-on: ${{ matrix.os }} @@ -47,7 +47,8 @@ jobs: name: Foyer-Coverage verbose: true files: ./coverage.xml - os-test: + + arch-test: if: github.event.pull_request.draft == false name: Foyer Tests (arch) runs-on: ${{ matrix.os }}