Skip to content

Commit fe3174b

Browse files
committed
elia/custom-importmap: [wip]
1 parent 1157a79 commit fe3174b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run tests
3636
run: |
37-
curl -i "https://ga.jspm.io/npm:@github/[email protected]/dist/main/webauthn-json.js"
37+
ruby -rnet/http -e 'p Net::HTTP.get_response(URI("https://ga.jspm.io/npm:@github/[email protected]/dist/main/webauthn-json.js"))'
3838
bundle exec rake
3939
4040
- name: Ensure json command prints an importmap

0 commit comments

Comments
 (0)