Skip to content

Commit

Permalink
try to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jun 25, 2024
1 parent 2766572 commit b2346b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit b2346b2

Please sign in to comment.