Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
574 stars 97 forks source link

Disable Windows-2019 + Ruby 2.6 CI check #239

Closed sambostock closed 5 years ago

sambostock commented 5 years ago

This duplicates #238, since it looks like GitHub actions may be messed up on that PR.

I changed the commit subject to ensure it is a different hash. Hopefully it works on this one 🤞

Original Description

This disables the CI check against Windows, as per @wvanbergen's comment on #236.

For some reason, the Windows check started failing with the following error.

Run gem install bundler && bundle install --jobs 4 --retry 3
At D:\a\_temp\48aedf55-2f9e-41d7-893b-70269dfa3633.ps1:2 char:21
+ gem install bundler && bundle install --jobs 4 --retry 3
+                     ~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo          : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : InvalidEndOfLine

Temporarily excluding Windows unblocks CI for other PRs until this is figured out.


Closes #238