plutus-starter icon indicating copy to clipboard operation
plutus-starter copied to clipboard

Move test into matrix to reuse code

Open whs-dot-hk opened this issue 1 year ago • 0 comments

This piece of code is the same, we could reuse it in tests

    strategy:
      matrix:
        os: [ubuntu-latest]
    runs-on: ${{ matrix.os }}
    steps:
      - uses: actions/[email protected]
      - uses: nixbuild/nix-quick-install-action@v9
        with:
          nix_conf: |
            allowed-uris = https://github.com/NixOS/nixpkgs https://github.com/input-output-hk https://github.com/NixOS/nixpkgs-channels
            trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
            substituters = https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/

whs-dot-hk avatar Oct 23 '22 13:10 whs-dot-hk