Skip to content

Include the driver/helpers directory #272

Include the driver/helpers directory

Include the driver/helpers directory #272

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node

Check failure on line 1 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nodejs.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
# steps:
# - uses: actions/checkout@v2
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}
# - run: yarn --frozen-lockfile
# - run: yarn lint
# - run: yarn test
# env:
# CI: true