Use setup
step from Makefile for setting up environment
#8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |