Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Jul 14, 2024
1 parent 40a9202 commit bfe3da4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
paths:
- "aiotieba/**"
- "tests/**"
- ".github/workflows/CI*"
- ".github/workflows/CI-beta.yml"
pull_request:
branches: [develop]
paths:
- "aiotieba/**"
- "tests/**"
- ".github/workflows/CI*"
- ".github/workflows/CI-beta.yml"
workflow_dispatch:

jobs:
Expand All @@ -39,6 +39,8 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt1-dev
pip install --user .[speedup]
pip install --user pytest pytest-asyncio pytest-rerunfailures
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
paths:
- "aiotieba/**"
- "tests/**"
- ".github/workflows/CI*"
- ".github/workflows/CI.yml"
pull_request:
branches: [develop]
paths:
- "aiotieba/**"
- "tests/**"
- ".github/workflows/CI*"
- ".github/workflows/CI.yml"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bfe3da4

Please sign in to comment.