Skip to content

Commit

Permalink
Add a step to check the importmap json command on CI (rails#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacklin authored Sep 26, 2021
1 parent fbd3fea commit a2e5632
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
- name: Run tests
run: |
bundle exec rake
- name: Ensure json command prints an importmap
run: |
cp lib/install/bin/importmap test/dummy/bin/importmap
test/dummy/bin/importmap json | jq -e .imports

0 comments on commit a2e5632

Please sign in to comment.