Skip to content

Merge pull request #62 from hasura/gil/use-sqlcmd-in-docker #93

Merge pull request #62 from hasura/gil/use-sqlcmd-in-docker

Merge pull request #62 from hasura/gil/use-sqlcmd-in-docker #93

Workflow file for this run

name: nix check
on:
push:
merge_group:
jobs:
nix-develop:
name: nix develop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix ❄
uses: cachix/install-nix-action@v23
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up the Nix Cache 🔌
uses: cachix/cachix-action@v12
with:
name: hasura-v3-dev
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: nix develop --command true
run: |
nix develop --print-build-logs --command true