Skip to content

Commit 237a1b6

Browse files
committed
ci: allow committing workflow files by removing .github from .gitignore
1 parent c6f4f41 commit 237a1b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cd backend
7171
pip install --upgrade pip
7272
pip install -r requirements.txt
73-
pip install pytest-xdist pytest-timeout PyNaCl base58
73+
pip install pytest-cov pytest-xdist pytest-timeout PyNaCl base58
7474
7575
- name: Generate signing keys
7676
id: gen_keys

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ config.cpython*
3131
backend/venv/
3232
node_modules/
3333
*.orig
34-
.github/
3534
test-results/
3635
*.xml
3736
coverage/

0 commit comments

Comments
 (0)