Skip to content

chore: replace ghrc.io (malicious) with ghcr.io (correct) #30

chore: replace ghrc.io (malicious) with ghcr.io (correct)

chore: replace ghrc.io (malicious) with ghcr.io (correct) #30

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: nicknovitski/nix-develop@v1
- run: uv sync --frozen
- run: |
cd starrynight
uv run pytest tests/integration/test_getting_started_workflow.py -k "not fix_l1" -v