Skip to content

Commit 98f7c8d

Browse files
committed
test
1 parent 7eb70b9 commit 98f7c8d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "backend/**"
1111

1212
jobs:
13-
lint-test:
13+
test:
1414
runs-on: ubuntu-latest
1515
defaults:
1616
run:

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ app.*.map.json
4343
/android/app/debug
4444
/android/app/profile
4545
/android/app/release
46+
47+
# Python
48+
__pycache__/
49+
.venv/
50+
.pytest_cache/
51+
.ruff_cache/
52+
.coverage
53+
htmlcov/

0 commit comments

Comments
 (0)