Skip to content

ci: use shellHook with command #3

ci: use shellHook with command

ci: use shellHook with command #3

Workflow file for this run

---
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install Nix
uses: cachix/install-nix-action@v27
- name: test
run: |
nix develop --ignore-environment --keep PIPY_API_TOKEN -c $SHELL
env:
PIPY_API_TOKEN: ${{ secrets.PIPY_API_TOKEN }}