Skip to content

Commit

Permalink
Remove nix from CI
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Nov 12, 2022
1 parent 31739ec commit ab5245b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
with:
go-version: "1.19"

- name: Install nix
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
# - name: Install nix
# uses: cachix/install-nix-action@v16
# with:
# nix_path: nixpkgs=channel:nixos-unstable

- name: Fetch Nix Packages
run: nix-shell --run 'true'
# - name: Fetch Nix Packages
# run: nix-shell --run 'true'

- name: Generate
run: nix-shell --run 'make generate'
# - name: Generate
# run: nix-shell --run 'make generate'

- name: e2etest
run: make e2etest-setup
Expand All @@ -60,17 +60,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install nix
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
# - name: Install nix
# uses: cachix/install-nix-action@v16
# with:
# nix_path: nixpkgs=channel:nixos-unstable

- name: Fetch Nix Packages
run: nix-shell --run 'true'
# - name: Fetch Nix Packages
# run: nix-shell --run 'true'

- run: make gofumpt

- run: PATH=$PWD/bin/:$PATH ./ci-checks.sh
# - run: PATH=$PWD/bin/:$PATH ./ci-checks.sh

crosscompile:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab5245b

Please sign in to comment.