Skip to content

Commit a1dae96

Browse files
committed
add macadam to projects test
1 parent fe17864 commit a1dae96

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,29 @@ jobs:
5050
with:
5151
upstream: true
5252

53-
- name: Run apps command - projects/crc
53+
- name: Run apps command - checkout projects/crc
5454
uses: gbraad-dotfiles/apps-action@main
5555
with:
5656
appname: projects/crc
57+
action: source checkout
58+
59+
- name: Run apps command - checkout projects/macadam
60+
uses: gbraad-dotfiles/apps-action@main
61+
with:
62+
appname: projects/macadam
63+
action: source checkout
64+
65+
# separate checkout and compile due to docker permissions
66+
- name: Run apps command - compile projects/crc
67+
uses: gbraad-dotfiles/apps-action@main
68+
with:
69+
appname: projects/crc
70+
action: compile
71+
72+
- name: Run apps command - compile projects/macadam
73+
uses: gbraad-dotfiles/apps-action@main
74+
with:
75+
appname: projects/macadam
5776
action: compile
5877

78+

0 commit comments

Comments
 (0)