Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Dec 29, 2023
1 parent 7303282 commit c63129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
-e TMP=/scratch
-e SYSTEMD_NSPAWN_UNIFIED_HIERARCHY=1
debos -v
${{matrix.backend == 'nofakemachine' && "--disable-fakemachine" || '--fakemachine-backend=' matrix.backend }}
${{matrix.backend == 'nofakemachine' && '--disable-fakemachine' || '--fakemachine-backend=' matrix.backend }}
${{matrix.test.variables}}
${{matrix.test.case}}/test.yaml

Expand Down

0 comments on commit c63129e

Please sign in to comment.