Skip to content

fixing tests

fixing tests #61

Workflow file for this run

name: Test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/test_job.yml
secrets:
GINKGOAI_API_KEY: ${{ secrets.GINKGOAI_API_KEY }}