Skip to content

Merge pull request #124 from scaleway/dependabot/npm_and_yarn/types/n… #77

Merge pull request #124 from scaleway/dependabot/npm_and_yarn/types/n…

Merge pull request #124 from scaleway/dependabot/npm_and_yarn/types/n… #77

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
npm test