Skip to content

fix: update the dateClose and related link of VPN by Google One. #266

fix: update the dateClose and related link of VPN by Google One.

fix: update the dateClose and related link of VPN by Google One. #266

Workflow file for this run

name: Graveyard
on:
pull_request:
branches: [ main ]
paths:
- 'graveyard.json'
- 'graveyard.test.ts'
- 'package.json'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install Yarn
run: npm install yarn
- name: Install dependencies
run: yarn
- name: Run Tests
run: yarn run test