From 04a85f569a43b02bc879958746c8a3fb267d9beb Mon Sep 17 00:00:00 2001 From: elysee15 <54010836+elysee15@users.noreply.github.com> Date: Wed, 11 Aug 2021 20:45:15 +0000 Subject: [PATCH] update --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e463051..b313d0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,14 +1,14 @@ # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Node.js CI - +name: Whisper UI Tests on: push: - branches: [ main ] + branches: + - main + tags: + - "v*" pull_request: - branches: [ main ] - jobs: build: @@ -26,6 +26,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci - run: npm run build --if-present - - run: npm test + - run: npm run lint + - run: npm run test