Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from fabianmoronzirfas/setup/test-env
Browse files Browse the repository at this point in the history
coverage
  • Loading branch information
ff6347 authored Mar 9, 2020
2 parents c6d0318 + c17f6ff commit d51e26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, 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: Node.js Test CI

on:
push:
Expand All @@ -27,4 +27,4 @@ jobs:
- run: npm run build --if-present
- run: npm run test:ci -- --no-color
env:
CI: true
CI: true

0 comments on commit d51e26c

Please sign in to comment.