Skip to content

feat(pg): add postgresql devenv #31

feat(pg): add postgresql devenv

feat(pg): add postgresql devenv #31

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches: [master]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/flake-checker-action@v5
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GH_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: efishery
# If you chose signing key for write access
# signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# If you chose API tokens for write access OR if you have a private cache
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
extraPullNames: pre-commit-hooks,nix-community
skipPush: ${{ !(github.ref == 'refs/heads/master' && github.event_name == 'push') }}
- run: nix run .#test-develop