Skip to content

Commit 5999486

Browse files
committed
Remove old tests
1 parent 69f265d commit 5999486

14 files changed

+123
-1446
lines changed

.github/workflows/python-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'test/**.py'
1414

1515
jobs:
16-
build:
16+
lint:
1717
runs-on: ubuntu-latest
1818

1919
steps:

.github/workflows/python-pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'poetry.lock'
1919

2020
jobs:
21-
build:
21+
pytest:
2222
name: pytest ${{ matrix.python-version }}/${{ matrix.mediawiki-version }}
2323
runs-on: ubuntu-latest
2424

@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Set up Docker containers with v${{ matrix.mediawiki-version }}
3737
run: |
38-
docker-compose -f ./docker-compose.yml -f ./docker-compose.extra.yml up -d
38+
docker compose -f ./docker-compose.yml -f ./docker-compose.extra.yml up -d
3939
working-directory: test/docker-compose
4040
env:
4141
WIKIBASE_BUNDLE_IMAGE_NAME: wikibase/wikibase-bundle:${{ matrix.mediawiki-version }}

test/test_all.py

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)