Fix failing tests and remove sleep statement for GitHub Actions (#1432)

This commit is contained in:
Kaan Kabalak
2022-01-21 15:21:28 -08:00
committed by GitHub
parent 5f281518fc
commit a778a1eaf9
2 changed files with 14 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ jobs:
- name: Start Console, front-end app and initialize users/policies
run: |
(./console server && sleep 180) & (make initialize-permissions && sleep 180)
(./console server) & (make initialize-permissions)
- name: Run TestCafe Tests
uses: DevExpress/testcafe-action@latest