Skip to content

Merge branch '68-update-sponsors' of https://github.com/sfusurge/stor… #638

Merge branch '68-update-sponsors' of https://github.com/sfusurge/stor…

Merge branch '68-update-sponsors' of https://github.com/sfusurge/stor… #638

Workflow file for this run

name: Testing
on:
pull_request: {}
push: {}
jobs:
test:
name: "Run Tests"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup
uses: ./.github/actions/setup
with:
node_auth_token: "${{ secrets.NODE_AUTH_TOKEN_GITHUB || secrets.GITHUB_TOKEN }}"
- name: Test
uses: mattallty/jest-github-action@12c8c9a48ae4543fdcf5faa4d126e922d69783a8
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
test-command: "npm test"
coverage-comment: ${{ github.event.issue.pull_request && true || false }}
check-name: Tests