Skip to content

released v0.9.4-next.1 - xport fetcher #245

released v0.9.4-next.1 - xport fetcher

released v0.9.4-next.1 - xport fetcher #245

Workflow file for this run

on: ['push', 'pull_request_target']
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: npm install, make test-coverage
run: |
yarn
yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}