Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ preopen
preopened
preopens
preprod
projectcatalyst
Prokhorenko
proptest
psql
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ permissions:
jobs:
ci:
if: ${{ !github.event.pull_request.draft }}
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.9.0
with:
forge_version: 0.19.1
forge_version: 0.20.0

test_reporting:
if: ${{ !github.event.pull_request.draft }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
- uses: actions/checkout@v4

- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.8.1
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.9.0
with:
version: 0.19.1
version: 0.20.0
if: always()

- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.8.1
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.9.0

- name: Get catalyst libs unit test report
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.8.1
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.9.0
if: always()
continue-on-error: true
with:
Expand Down
4 changes: 4 additions & 0 deletions blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ global: {
registries: [
ci.providers.aws.ecr.registry,
]
release: docs: {
bucket: "docs.dev.projectcatalyst.io"
url: "https://docs.dev.projectcatalyst.io/"
}
providers: {
aws: {
region: "eu-central-1"
Expand Down
18 changes: 17 additions & 1 deletion docs/blueprint.cue
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
version: "1.0.0"
project: name: "libs-docs"
project:
{
name: "libs-docs"

release: {
docs: {
on: {
merge: {}
pr: {}
}

config: {
name: "libs"
}
}
}
}
Loading