Skip to content

Commit 5980308

Browse files
committed
remove wrong test folder
1 parent 3afc20c commit 5980308

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- name: Build and test
2222
run: |
2323
docker compose version
24-
mkdir -p tests
25-
cp -r docker/backend/tests/* tests/
2624
docker compose -f docker-compose.dev.yml build
2725
docker compose -f docker-compose.dev.yml up -d
2826
docker compose -f docker-compose.dev.yml exec -T reproschema-server pip install pytest pytest-asyncio pytest-cov

0 commit comments

Comments
 (0)