diff --git a/.github/workflows/ct.yml b/.github/workflows/ct.yml index 5a927d9..663e4fe 100644 --- a/.github/workflows/ct.yml +++ b/.github/workflows/ct.yml @@ -46,6 +46,6 @@ jobs: - name: Prepare test data 📦 run: unzip -q test_data.zip -d test_data - + - name: Run tests 🧪 run: xvfb-run --server-args="-screen 0 1024x768x24" npm test