From 397a27ab1a81a15a52fd033da93f6bcefbd64e0a Mon Sep 17 00:00:00 2001 From: Kyle Ferriter Date: Mon, 4 Nov 2024 13:54:01 -0700 Subject: [PATCH] Break ci.yaml into multiple jobs --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d33b8b5..0a02280f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: pull_request: jobs: - test: + setup: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -23,6 +23,9 @@ jobs: python -m pip install --upgrade pip setuptools pip install -r .requirements.txt --pre + jsonschema: + runs-on: ubuntu-latest + steps: - name: Build jsonschema run: | cd schema