Skip to content

fix(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1 #28

fix(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1

fix(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1 #28

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Red Hat, Inc. <sd-mt-sre@redhat.com>
#
# SPDX-License-Identifier: Apache-2.0
name: "Test"
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: make check-flake
- run: nix develop --command make