Skip to content

build(deps): bump the npm_and_yarn group across 46 directories with 12 updates #2169

build(deps): bump the npm_and_yarn group across 46 directories with 12 updates

build(deps): bump the npm_and_yarn group across 46 directories with 12 updates #2169

Workflow file for this run

name: Weaver_CI
# Controls when the workflow will run
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# run at 1am the first day of every month
- cron: "0 1 1 * *"
env:
RUN_ALL: "${{github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}"
jobs:
fabric-fabric-satp:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-fabric-fabric-satp.yaml
asset-exchange-corda:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-asset-exchange-corda.yaml
asset-transfer:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-asset-transfer.yaml
relay:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-relay.yaml
corda-interop-app:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-corda-interop-app.yaml
pre-release:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-pre-release.yaml
asset-exchange-fabric:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-asset-exchange-fabric.yaml
data-sharing:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-data-sharing.yaml
node-pkgs:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-node-pkgs.yaml
docker-build:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-docker-build.yaml
asset-exchange-besu:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-asset-exchange-besu.yaml
go:
with:
run_all: $RUN_ALL
uses: ./.github/workflows/test_weaver-go.yaml

Check warning on line 66 in .github/workflows/ci_weaver.yaml

View workflow run for this annotation

GitHub Actions / Weaver_CI

Workflow syntax warning

In .github/workflows/ci_weaver.yaml (Line: 66, Col: 11): Error from called workflow hyperledger-cacti/cacti/.github/workflows/test_weaver-go.yaml@915db504edb8394df7e7ad728270ea7d8e700a71 (Line: 160, Col: 10): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?