We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af55360 commit 60b117cCopy full SHA for 60b117c
appveyor.yml
@@ -31,7 +31,7 @@ test_script:
31
# - bundle exec rake test ACTIVERECORD_UNITTEST_AZURE=1 ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ONLY_SQLSERVER=1
32
# - timeout /t 4 /nobreak > NUL
33
# - bundle exec rake test ACTIVERECORD_UNITTEST_AZURE=1 ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_TDSVERSION="7.3"
34
- - ruby -e "require 'net/http' ; Net::HTTP.get_print(URI.parse('http://ipecho.net/plain'))"
+ - ruby -e "require 'tiny_tds' ; c = TinyTds::Client.new(host: ENV['CI_AZURE_HOST'], username: 'rails', password: ENV['CI_AZURE_PASS'], database: 'activerecord_unittest', azure: true) ; puts c.execute("SELECT 1 AS [one]").each ; c.close"
35
- bundle exec rake test ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_AZURE=1 ONLY_SQLSERVER=1 TDSVER=7.3
36
environment:
37
CI_AZURE_HOST:
0 commit comments