Skip to content

Commit 34d96a2

Browse files
committed
github: separate build step
Signed-off-by: Stefan Kober <stefan.kober@cyberus-technology.de> On-behalf-of: SAP stefan.kober@sap.com
1 parent d6532ec commit 34d96a2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/qa.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6
1616
- uses: cachix/install-nix-action@v31
17-
- name: Basic setup
17+
- name: Build
1818
run: |
1919
nix build -Lv .#tests.x86_64-linux.openstack-default-setup.driver
20-
./result/bin/nixos-test-driver
20+
- name: Basic setup
21+
run: |
22+
nix run .#tests.x86_64-linux.openstack-default-setup.driver
2123
- name: Live migration
2224
run: |
23-
nix build -Lv .#tests.x86_64-linux.openstack-live-migration.driver
24-
./result/bin/nixos-test-driver
25+
nix run .#tests.x86_64-linux.openstack-live-migration.driver

0 commit comments

Comments
 (0)