Skip to content

deploy local graphnode with setting a particular starting block #29

deploy local graphnode with setting a particular starting block

deploy local graphnode with setting a particular starting block #29

Workflow file for this run

on:
push:
branches:
- feature/*
- bugfix/*
- develop
- release/*
- hotfix/*
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Init
run: npm ci
- name: Run unit tests
run: npm run test
- name: Test build
run: npm run build
# See Jenkinsfile-itest for "Run integration tests" step