Skip to content

Commit

Permalink
Break ci.yaml into multiple jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
theferrit32 committed Nov 4, 2024
1 parent de8db69 commit 397a27a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
test:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand Down

0 comments on commit 397a27a

Please sign in to comment.