More CI testing
This commit is contained in:
@@ -37,3 +37,18 @@ jobs:
|
|||||||
echo "Build in dist/ is outdated"
|
echo "Build in dist/ is outdated"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Install plugin
|
||||||
|
run: yarn plugin import ./dist/yarn-plugin-nixify.js
|
||||||
|
|
||||||
|
- name: Test without Nix
|
||||||
|
run: yarn
|
||||||
|
|
||||||
|
- name: Install Nix
|
||||||
|
uses: cachix/install-nix-action@v10
|
||||||
|
|
||||||
|
- name: Test with Nix
|
||||||
|
run: yarn
|
||||||
|
|
||||||
|
- name: Test nix-build
|
||||||
|
run: nix-build
|
||||||
|
|||||||
Reference in New Issue
Block a user