Skip to content

Selecting objects image and background #14

Selecting objects image and background

Selecting objects image and background #14

Workflow file for this run

name: Continuous Integration (CI)
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test