Skip to content

ci: use different target #5

ci: use different target

ci: use different target #5

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 .#poetry --ignore-environment --keep PIPY_API_TOKEN --command ./scripts/publish.sh
env:
PIPY_API_TOKEN: ${{ secrets.PIPY_API_TOKEN }}