Merge pull request #354 from PsychoLlama/renovate/actions-checkout-4.x #1006
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: Test | |
on: push | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: cachix/install-nix-action@v22 | |
- run: nix develop --command yarn install | |
- run: nix develop --command yarn pack | |
- run: nix develop --command yarn test |