🗽 Cardano Constitution Tests #106
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow runs the nighlty cardano-constitution tests | |
name: "🗽 Cardano Constitution Tests" | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: 0 2 * * * # Daily at 2am | |
jobs: | |
run: | |
name: Run | |
runs-on: [self-hosted, plutus-shared] | |
steps: | |
- name: Checkout | |
uses: actions/checkout@main | |
- name: Run Tests | |
run: | | |
pushd plutus-core | |
nix run --no-warn-dirty --accept-flake-config .#cardano-constitution-test |