Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Feb 26, 2024
1 parent 00dc250 commit ad32fb3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,17 @@ jobs:
- name: Pull LFS files
run: git lfs pull
- run: |
nix --version
echo test
make build
if: "env.GIT_DIFF != ''"
build-nix:
strategy:
matrix:
os: [nixos, macos-latest]
runs-on: ${{ matrix.os }}
runner: [nix, macos-latest]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- uses: haqq-network/nix-action@master
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.runner == 'macos-latest' }}
with:
installNix: true
useCachix: false
Expand All @@ -56,11 +54,13 @@ jobs:
| jq -r '.[].outputs | to_entries[].value' \
| nix run nixpkgs#cachix push haqq
check-nix:
runs-on: [self-hosted, nixos]
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v4
- name: Check if nix package and Makefile versions match
run: |
git status
git log
nix develop --impure .#ci --command ci-check-version
- name: Check if gomod2nix is up to date
run: |
Expand Down

0 comments on commit ad32fb3

Please sign in to comment.