Skip to content

Use setup step from Makefile for setting up environment #8

Use setup step from Makefile for setting up environment

Use setup step from Makefile for setting up environment #8

Workflow file for this run

name: Trigger Fixture Regeneration
permissions:
contents: write
pull-requests: write
on:
pull_request:
types:
- labeled
jobs:
regenerate_fixtures:
if: github.event.label.name == 'regenerate-fixtures'
uses: codecrafters-io/tester-utils/.github/workflows/fixtures.yml@ci-make-setup
with:
tester_repo: redis-tester
secrets: inherit