Skip to content

Commit de98848

Browse files
committed
2 parents 89bfc44 + c116ad2 commit de98848

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
run: gh aw --version
2020
env:
2121
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
- name: Compile workflows
22+
- name: Compile workflows in .github/workflows
23+
run: gh aw compile --verbose
24+
env:
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
- name: Compile workflows in workflows directory
2327
run: gh aw compile --workflows-dir workflows --verbose
2428
env:
2529
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)