Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 25, 2024
1 parent 1cf9644 commit 729c93f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
changelog:
categories:
- title: 🎉 Features
labels:
- '*'
exclude:
labels:
- dependencies
- Bug
- documentation

- title: 🛠 Bug fixes
labels:
- 'Bug'

- title: 📘 Documentation
labels:
- documentation

- title: ⤴ Dependencies
labels:
- dependencies
12 changes: 0 additions & 12 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: ./backend/.python-version
cache: 'pip'
cache-dependency-path: |
./backend/requirements.txt
./backend/dev-requirements.txt

- name: Install flake8
working-directory: ./backend
Expand All @@ -47,10 +43,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: ./backend/.python-version
cache: 'pip'
cache-dependency-path: |
./backend/requirements.txt
./backend/dev-requirements.txt

- name: Install isort
working-directory: ./backend
Expand All @@ -70,10 +62,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: ./backend/.python-version
cache: 'pip'
cache-dependency-path: |
./backend/requirements.txt
./backend/dev-requirements.txt

- name: Install black
working-directory: ./backend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cache-dependency-path: |
./backend/requirements.txt
./backend/dev-requirements.txt
- name: Install dependencies
working-directory: ./backend
run: |
Expand Down

0 comments on commit 729c93f

Please sign in to comment.