Skip to content

rename job to test and use node #1

rename job to test and use node

rename job to test and use node #1

Workflow file for this run

name: SIEVE CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: bash build.sh
- name: Run SIEVE.js
run: node build/SIEVE.js