Skip to content

feat: adds blueprints | NPG-000 #1001

feat: adds blueprints | NPG-000

feat: adds blueprints | NPG-000 #1001

Workflow file for this run

name: CI Test
on:
pull_request:
branches:
- main
permissions:
id-token: write
contents: read
packages: write
env:
TAG: ${{ github.sha }}
jobs:
build:
name: CI Test
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v4
- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.1
with:
version: 0.14.0
if: always()
- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.1
- name: Run tests
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.7.1
if: always()
continue-on-error: true
with:
command: run
args: ./+test-all