Skip to content

Commit 88202bf

Browse files
committed
Remove continue-on-error
1 parent 7e5d260 commit 88202bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/reusable-test-projects.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
upstream: true
5252

5353
- name: Run apps command - projects/crc
54-
continue-on-error: true
5554
uses: gbraad-dotfiles/apps-action@main
5655
with:
5756
appname: projects/crc
58-
action: run
57+
action: compile
5958

projects/crc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ devenv ${CRCDEVENV} usercmd "cd ${CRCSOURCE} && make clean"
8282

8383
---
8484

85-
## default alias run
85+
## default alias compile
8686
```sh interactive
8787
if ! apps ${APPNAME} source exists; then
8888
apps ${APPNAME} source checkout

0 commit comments

Comments
 (0)