Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saxashitter authored Aug 9, 2024
1 parent b178ace commit 0bc062e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
- name: Make build
run: make

- name: Run check
run: make check
- name: DEBUG - back to root
run: cd

- name: Run distcheck
run: make distcheck
- name: DEBUG - list
run: ls

- name: check in pizza time
run: cd PizzaTimeSpiceRunners

- name: list again
run: ls

0 comments on commit 0bc062e

Please sign in to comment.