Skip to content

Merge pull request #28 from rfaulhaber/update-cli-2.74.2 #25

Merge pull request #28 from rfaulhaber/update-cli-2.74.2

Merge pull request #28 from rfaulhaber/update-cli-2.74.2 #25

Workflow file for this run

name: "Build"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: sfdx-nix
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
- run: nix shell --command sh -c "echo OK"