on: [push] jobs: test: runs-on: native steps: - run: git clone "$CI_REPOSITORY_URL" repo - run: echo All Good - run: ls -l - run: whoami - run: echo $PATH - run: nix build repo#nixosConfigurations.hs