Skip to content

Commit 42e8c55

Browse files
committed
remove extra stuff
1 parent e73cdde commit 42e8c55

File tree

7 files changed

+10
-202
lines changed

7 files changed

+10
-202
lines changed

.github/DISCUSSION_TEMPLATE/questions.yml

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

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

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

.github/ISSUE_TEMPLATE/privileged.yml

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

.github/dependabot.yml

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

.github/labeler.yml

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

.github/workflows/test-backend.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Migrate DB
3030
run: uv run bash scripts/prestart.sh
3131
working-directory: backend
32-
- name: Run tests
33-
run: uv run bash scripts/tests-start.sh "Coverage for ${{ github.sha }}"
34-
working-directory: backend
35-
- run: docker compose down -v --remove-orphans
36-
- name: Store coverage files
37-
uses: actions/upload-artifact@v4
38-
with:
39-
name: coverage-html
40-
path: backend/htmlcov
41-
include-hidden-files: true
32+
# - name: Run tests
33+
# run: uv run bash scripts/tests-start.sh "Coverage for ${{ github.sha }}"
34+
# working-directory: backend
35+
# - run: docker compose down -v --remove-orphans
36+
# - name: Store coverage files
37+
# uses: actions/upload-artifact@v4
38+
# with:
39+
# name: coverage-html
40+
# path: backend/htmlcov
41+
# include-hidden-files: true

0 commit comments

Comments
 (0)