Skip to content

Commit dabe8e8

Browse files
committed
ci: debug output of nix build
Signed-off-by: Paul Kroeher <paul.kroeher@cyberus-technology.de> On-behalf-of: SAP paul.kroeher@sap.com
1 parent 662ed68 commit dabe8e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: cachix/install-nix-action@v30
1717
- name: Basic setup
1818
run: |
19-
nix build .#tests.x86_64-linux.openstack-default-setup.driver
19+
nix build -Lv .#tests.x86_64-linux.openstack-default-setup.driver
2020
./result/bin/nixos-test-driver
2121
- name: Live migration
2222
run: |
23-
nix build .#tests.x86_64-linux.openstack-live-migration.driver
23+
nix build -Lv .#tests.x86_64-linux.openstack-live-migration.driver
2424
./result/bin/nixos-test-driver

0 commit comments

Comments
 (0)