Remove boilerplate #32
Workflow file for this run
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
name: Contracts Tests (disabled for now due to Nix dependency problem with cardano-binary package) | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: cachix/install-nix-action@v27 | |
- run: nix develop . | |
working-directory: ./contracts | |
- uses: actions/setup-node@v4 | |
- name: Setup and run tests | |
working-directory: ./contracts/off-chain | |
run: ./test-setup.sh |