Skip to content

Commit

Permalink
Remove xml json tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Jul 25, 2023
1 parent 3508711 commit e03b686
Show file tree
Hide file tree
Showing 14,669 changed files with 180 additions and 2,137,741 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:

jobs:
tests:
name: Python ${{ matrix.python }} - ${{ matrix.mode }}
name: Python ${{ matrix.python }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
mode: [xsd, json, xml]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -28,5 +27,4 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
- name: Test
run: |
pytest -n auto --mode ${{ matrix.mode }}
pytest -n auto --mode xsd
59 changes: 0 additions & 59 deletions output/instances/boeingData/ipo1/ipo_1.json

This file was deleted.

45 changes: 0 additions & 45 deletions output/instances/boeingData/ipo1/ipo_2.json

This file was deleted.

65 changes: 0 additions & 65 deletions output/instances/boeingData/ipo2/ipo_1.json

This file was deleted.

35 changes: 0 additions & 35 deletions output/instances/boeingData/ipo2/ipo_2.json

This file was deleted.

59 changes: 0 additions & 59 deletions output/instances/boeingData/ipo3/ipo_1.json

This file was deleted.

41 changes: 0 additions & 41 deletions output/instances/boeingData/ipo3/ipo_2.json

This file was deleted.

Loading

0 comments on commit e03b686

Please sign in to comment.