From 1725f2e9cbcbb85a959acaf1560a049e2d2854b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mu=C3=B1iz?= <71430118+UO271728@users.noreply.github.com> Date: Wed, 4 May 2022 10:37:09 +0200 Subject: [PATCH] Update asw2122.yml --- .github/workflows/asw2122.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/asw2122.yml b/.github/workflows/asw2122.yml index 54105d1..3b5f457 100644 --- a/.github/workflows/asw2122.yml +++ b/.github/workflows/asw2122.yml @@ -30,7 +30,8 @@ jobs: - run: npm test - uses: codecov/codecov-action@v2 deploy-webapp: - needs: [unit-test-webapp,unit-test-restapi] runs-on: ubuntu-latest + needs: [unit-test-webapp,unit-test-restapi] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Deploy webapp