Skip to content

Merge pull request #32 from iExecBlockchainComputing/release/1.1.0 #146

Merge pull request #32 from iExecBlockchainComputing/release/1.1.0

Merge pull request #32 from iExecBlockchainComputing/release/1.1.0 #146

Workflow file for this run

on:
push:
branches:
- feature/*
- bugfix/*
- develop
- release/*
- hotfix/*
- main
jobs:
test:
runs-on: ubuntu-22.04 # For 24.04+, see https://github.com/graphprotocol/graph-tooling/issues/1546#issuecomment-2589680195
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