mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-28 08:59:04 +03:00
test: run .#tests-integration in github action
This commit is contained in:
parent
4dca0944ab
commit
7c4a5a505f
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -39,6 +39,18 @@ jobs:
|
||||
|
||||
- run: nix flake check
|
||||
|
||||
tests-integration:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: cachix/install-nix-action@v15
|
||||
with:
|
||||
install_url: https://nixos-nix-install-tests.cachix.org/serve/w659aglf1hfvkj5wj696q9x8r19p6b7k/install
|
||||
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: nix run .#tests-integration
|
||||
|
||||
tests-unit-nix:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user