File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 55# Or commit to trigger the pre-commit hook if enabled.
66jobs :
77 docker :
8- needs :
9- - nix-fast-build
108 permissions :
119 contents : read
1210 packages : write
2119 - name : Load image to docker
2220 run : nix run .#load-fractopo-image
2321 - name : Run fractopo-app container
24- run : docker run -d --name fractopo-test -p 2718:2718 fractopo-app:vsrjfhp7gd4pgxxzhdrmnr4xglwyln35
22+ run : docker run -d --name fractopo-test -p 2718:2718 localhost/ fractopo-app:vsrjfhp7gd4pgxxzhdrmnr4xglwyln35
2523 - name : Wait for API to be ready
2624 run : |-
2725 for i in {1..30}; do
Original file line number Diff line number Diff line change 133133 ] ;
134134 } ;
135135 docker = lib . recursiveUpdate publishPackages {
136- needs = [ "nix-fast-build" ] ;
136+ # TODO: For debugging
137+ # needs = [ "nix-fast-build" ];
137138 steps =
138139 let
139140
You can’t perform that action at this time.
0 commit comments