From e3f22eb01202d374db351f56f0381a7786ee8ea8 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Thu, 4 Aug 2022 10:44:09 +0200 Subject: [PATCH] ci: :construction_worker: Run tests before deploy --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bdd40dd..225f3ac 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -5,12 +5,12 @@ on: branches: [master] jobs: - # test: - # name: Run tests - # uses: mcndt/noteshare.space/.github/workflows/test.yaml@master + test: + name: Run tests + uses: mcndt/noteshare.space/.github/workflows/test.yaml@master deploy: name: Deploy - # needs: [test] + needs: [test] runs-on: ubuntu-latest steps: - name: Deploy using ssh