Skip to content

Commit

Permalink
rename test worflows, temp change to test WM one
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbot committed Dec 8, 2023
1 parent f948dc0 commit ca2af73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Integration test against news-search-api:main

on:
- push
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
fixture-integration-test:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/pylint.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name: do-testing

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

permissions:
contents: read
- push
# push:
# branches: ["main"]
# pull_request:
# branches: ["main"]

jobs:

build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,4 +28,4 @@ jobs:
pip install -e .[dev]
- name: Run Pytest
run: |
pytest
pytest waybacknews/tests/test_waybacknews.py

0 comments on commit ca2af73

Please sign in to comment.