Skip to content

Bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.6.3 #222

Bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.6.3

Bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.6.3 #222

Workflow file for this run

name: PR validations
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}