Skip to content

Update nodejs.yml

Update nodejs.yml #64

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: borales/[email protected]
- name: yarn install and test
working-directory: ./Code/NodeJS
run: |
yarn install
yarn test --coverage
env:
CI: true
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
url: https://codecov.internal.dev.ampeers.cloud/