Skip to content

Commit 6d3864f

Browse files
committed
The changes made in this commit include:
- Added `tests.yaml` to `.github/workflows` directory. - Modified `tests.yaml` to update the test command in the `run` section. - Added `__init__.py` to `src` directory.
1 parent b0e4f63 commit 6d3864f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
MYSQL_PORT: ${{ env.MYSQL_PORT }}
7777

7878
run: |
79-
python3 ./src/manage.py test base datasources signals
79+
python3 ./src/manage.py test

src/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)