Skip to content

Commit a2e5632

Browse files
authored
Add a step to check the importmap json command on CI (#40)
1 parent fbd3fea commit a2e5632

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
- name: Run tests
2626
run: |
2727
bundle exec rake
28+
29+
- name: Ensure json command prints an importmap
30+
run: |
31+
cp lib/install/bin/importmap test/dummy/bin/importmap
32+
test/dummy/bin/importmap json | jq -e .imports

0 commit comments

Comments
 (0)