Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

ci: disable non-working elixir-test

+9 -9
+9 -9
.forgejo/workflows/check-x86_64.yaml
··· 14 14 export HOME=$PWD 15 15 nix develop .# --command just check-elixir-format 16 16 17 - elixir-test: 18 - runs-on: local/x86_64-linux 19 - 20 - steps: 21 - - uses: actions/checkout@v4 22 - 23 - - run: | 24 - export HOME=$PWD 25 - nix develop .# --command just check-elixir-test 17 + # elixir-test: 18 + # runs-on: local/x86_64-linux 19 + # 20 + # steps: 21 + # - uses: actions/checkout@v4 22 + # 23 + # - run: | 24 + # export HOME=$PWD 25 + # nix develop .# --command just check-elixir-test 26 26 27 27 go: 28 28 runs-on: local/x86_64-linux