Skip to content

Merge pull request #17 from Albert-Gao/#15 #48

Merge pull request #17 from Albert-Gao/#15

Merge pull request #17 from Albert-Gao/#15 #48

Workflow file for this run

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