Skip to content

SYS-183 sync up with other changes and add unit tests #43

SYS-183 sync up with other changes and add unit tests

SYS-183 sync up with other changes and add unit tests #43

Workflow file for this run

name: Node CI Workflow
on:
push:
branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:
inputs:
workflowBranch:
description: 'Select the branch to run the workflow on'
required: true
default: 'main'
type: choice
options:
- dev
- main
jobs:
ci-dev:
if: ${{ github.event.inputs.workflowBranch == 'dev' }}
uses: shardeum/github-automation/.github/workflows/node-ci-shared.yml@dev
ci-main:
if: ${{ github.event.inputs.workflowBranch == 'main' }}
uses: shardeum/github-automation/.github/workflows/node-ci-shared.yml@main

Check failure on line 27 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "shardeum/github-automation/.github/workflows/node-ci-shared.yml@main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit