Skip to content

Commit 176d93c

Browse files
committed
debug
1 parent 411d201 commit 176d93c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/compilers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: MODFLOW 6 compiler checks
22
on:
3+
push:
34
# workflow_dispatch trigger to start release via GitHub UI or CLI, see
45
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
56
workflow_dispatch:
@@ -229,6 +230,9 @@ jobs:
229230
echo "$cols" > long_test.csv
230231
cat new/comp*.csv >> long_comp.csv
231232
cat new/test*.csv >> long_test.csv
233+
cat long_comp.csv
234+
echo
235+
cat long_test.csv
232236
233237
- name: Make wide CSV and MD tables
234238
working-directory: .github/compat

0 commit comments

Comments
 (0)