NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

more debugging

+4 -7
+3 -7
.github/workflows/build2.yaml
··· 37 37 ls -la $GITHUB_WORKSPACE 38 38 cat /tmp/entrypoint-env.txt || true 39 39 40 - - name: Memory Test 41 - run: | 42 - $MEMORYTEST 43 - 44 40 - name: Reuse Lint 45 41 run: | 46 42 nix run .#reuse-lint 47 43 48 - # - name: Build 49 - # run: | 50 - # nix build -L .#nixos-runner 44 + - name: Build 45 + run: | 46 + nix build -L .#nixos-runner 51 47 52 48 # - name: Push container 53 49 # run: nix run .#push-container -- result
+1
flake.nix
··· 543 543 "GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" 544 544 "NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" 545 545 "NIX_PATH=/nix/var/nix/profiles/per-user/root/channels:/root/home/.nix-defexpr/channels" 546 + "NIX_REMOTE=daemon" 546 547 "MEMORYTEST=${lib.getExe' execas-github "memorytest"}" 547 548 ]; 548 549 };