There was an error while loading. Please reload this page.
1 parent fe3174b commit ce49272Copy full SHA for ce49272
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
35
- name: Run tests
36
run: |
37
+ gem install net-http
38
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"))'
39
bundle exec rake
40
0 commit comments