From 349274fac35812a111237c92f8e0b6d3444a1e37 Mon Sep 17 00:00:00 2001 From: mazuh Date: Tue, 21 Nov 2023 01:42:58 -0300 Subject: [PATCH] test and lint on pipeline --- .github/workflows/firebase-hosting.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting.yml b/.github/workflows/firebase-hosting.yml index 708e30f..5e51d90 100644 --- a/.github/workflows/firebase-hosting.yml +++ b/.github/workflows/firebase-hosting.yml @@ -12,7 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: npm ci && npm run build + - run: npm ci + - run: npm run lint + - run: npm run test + - run: npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}"