Skip to content

Commit

Permalink
WIP: CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 26, 2022
1 parent 74caf1a commit 157e8fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:

- run: nox -s generate
- name: Check regenerated scripts vs what is generated by automation.
run: test -n "$(git status --porcelain)"
run: |
changes="$(git status --porcelain)"
echo $changes
test -n $changes
work-as-advertised:
name: "work as advertised"
Expand Down

0 comments on commit 157e8fd

Please sign in to comment.