From 8d8ab0b7934b22789fd24f82ff63a7e2d417eba8 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Tue, 13 Jun 2023 18:16:17 +1000 Subject: [PATCH] fix (ci): github action flow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f3ca761..20ccc6da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: npm test test_backend: - needs: [test_prepare, build_frontend] + needs: [test_prepare, build_frontend, build_backend] runs-on: ubuntu-latest steps: - name: Restore @@ -138,7 +138,7 @@ jobs: cat access.log | grep -vz "ERR" test_e2e: - needs: [test_prepare, build_backend, test_smoke] + needs: [test_smoke, test_prepare] runs-on: ubuntu-latest container: image: machines/puppeteer @@ -170,7 +170,7 @@ jobs: release_docker: if: github.ref == 'refs/heads/master' - needs: [test_smoke, test_e2e] + needs: [ test_e2e, test_backend, test_frontend ] runs-on: ubuntu-latest steps: - name: Init