There was an error while loading. Please reload this page.
1 parent 1157a79 commit fe3174bCopy full SHA for fe3174b
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Run tests
36
run: |
37
- curl -i "https://ga.jspm.io/npm:@github/webauthn-json@0.5.7/dist/main/webauthn-json.js"
+ ruby -rnet/http -e 'p Net::HTTP.get_response(URI("https://ga.jspm.io/npm:@github/webauthn-json@0.5.7/dist/main/webauthn-json.js"))'
38
bundle exec rake
39
40
- name: Ensure json command prints an importmap
0 commit comments