We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6532ec commit 34d96a2Copy full SHA for 34d96a2
1 file changed
.github/workflows/qa.yml
@@ -14,11 +14,12 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
- uses: cachix/install-nix-action@v31
17
- - name: Basic setup
+ - name: Build
18
run: |
19
nix build -Lv .#tests.x86_64-linux.openstack-default-setup.driver
20
- ./result/bin/nixos-test-driver
+ - name: Basic setup
21
+ run: |
22
+ nix run .#tests.x86_64-linux.openstack-default-setup.driver
23
- name: Live migration
24
- nix build -Lv .#tests.x86_64-linux.openstack-live-migration.driver
25
+ nix run .#tests.x86_64-linux.openstack-live-migration.driver
0 commit comments