Skip to content

try renaming job

try renaming job #90

Workflow file for this run

# name: test
# on: [pull_request]
# jobs:
# test:
# name: test
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 16.14.0
# - run: yarn install
# - run: yarn build
# - run: yarn test:ci