Skip to content

Merge pull request #80 from planetlabs/dependabot/npm_and_yarn/word-w… #48

Merge pull request #80 from planetlabs/dependabot/npm_and_yarn/word-w…

Merge pull request #80 from planetlabs/dependabot/npm_and_yarn/word-w… #48

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set Node.js Version
uses: actions/setup-node@v2
with:
node-version: '17'
- run: npm ci
- run: npm test
- run: make release