Skip to content

fix: handle cases when no CI tasks are executed #3

fix: handle cases when no CI tasks are executed

fix: handle cases when no CI tasks are executed #3

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop --command moon ci
- uses: appthrust/moon-ci-retrospect@main
if: success() || failure()