Skip to content

Commit 58ef4e4

Browse files
authored
🌿 Remove .fernignore entries (#12)
1 parent 9656a43 commit 58ef4e4

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

.fernignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# Specify files that shouldn't be modified by Fern
22

3-
# Date deserialization (no impact)
4-
tests/
5-
.github/workflows/

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,6 @@ jobs:
1818
run: poetry install
1919
- name: Compile
2020
run: poetry run mypy .
21-
test:
22-
runs-on: ubuntu-20.04
23-
steps:
24-
- name: Checkout repo
25-
uses: actions/checkout@v3
26-
- name: Set up python
27-
uses: actions/setup-python@v4
28-
with:
29-
python-version: 3.8
30-
- name: Bootstrap poetry
31-
run: |
32-
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
33-
- name: Install dependencies
34-
run: poetry install
35-
36-
- name: Test
37-
run: poetry run pytest ./tests/custom/
3821

3922
publish:
4023
needs: [compile]

tests/.gitignore

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

tests/custom/.gitignore

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

0 commit comments

Comments
 (0)