Skip to content

Addition of the Ghost balloon #208

Addition of the Ghost balloon

Addition of the Ghost balloon #208

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 21
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
npm run test