From 1636b1ebc7c70102ab76ff8d5c72509a0b380720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krys=CC=8Ctof=20Korb?= Date: Sun, 3 Sep 2023 11:27:45 +0200 Subject: [PATCH] Run tests on CI --- .github/workflows/frontend.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index 40dcc528a..2798eaab6 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -50,7 +50,9 @@ jobs: - name: Run unit tests run: | npm run test:unit - - if: false - name: Run end-to-end tests + - name: Spin up database + run: | + docker compose up cockroach -d + - name: Run end-to-end tests run: | npm run test:e2e:ci