Skip to content

chore: updates preprod voting dates #1092

chore: updates preprod voting dates

chore: updates preprod voting dates #1092

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.3
with:
version: 0.18.0
if: always()
- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.3
- name: Run tests
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.7.3
if: always()
continue-on-error: true
with:
command: run
args: ./+test-all