Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elysee15 authored Aug 11, 2021
1 parent df435d3 commit 04a85f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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

0 comments on commit 04a85f5

Please sign in to comment.