Skip to content

Commit

Permalink
run regular make command
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Oct 20, 2023
1 parent 40a6797 commit e9d4237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
restore-keys: |
${{ runner.os }}-image-
- name: Run Makefile to trigger the bash script
run: docker run --rm -v ${PWD}:/home/runner/actions-runner/lighthouse sigmaprime/github-runner bash -c 'sudo chown -R $(whoami) lighthouse && cd lighthouse && make && ./scripts/cli.sh'
#run: make cli
run: make cli

0 comments on commit e9d4237

Please sign in to comment.