example-services icon indicating copy to clipboard operation
example-services copied to clipboard

Example workflows using service containers

Results 17 example-services issues
Sort by recently updated
recently updated
newest added

Bumps [bl](https://github.com/rvagg/bl) from 2.2.0 to 2.2.1. Release notes Sourced from bl's releases. v2.2.1 Fix unintialized memory access Commits 8cb93f4 Bumped v2.2.1 dacc4ac Fix unintialized memory access See full diff in...

dependencies

`yamllint` is complaining about the indentation of nested structures (mostly arrays). This is a [whitespace-only change](https://github.com/actions/example-services/pull/31/files?w=1).

Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.3 to 1.1.6. Release notes Sourced from bson's releases. 1.1.6 The MongoDB Node.js team is pleased to announce version 1.1.6 of the bson module! The BSON library...

dependencies

I'm still in the early phases of ramping up on github actions, so forgive me if I'm just missing something. I just took a look at redis-service.yml, and it seems...

I thought it might be useful to have a working example for MySQL, in case folks want/need to use a different version from the installed default. I've tried to make...

Bumps [redis](https://github.com/NodeRedis/node-redis) from 2.8.0 to 3.1.1. Release notes Sourced from redis's releases. V3.1.1 Enhancements Upgrade node and dependencies (#1578) Fixes Fix a potential exponential regex in monitor mode (#1595) v3.1.0...

dependencies

When I add a new post on my blog, I got an error during the build. ![image](https://user-images.githubusercontent.com/37168237/101770014-2c6e7100-3b2b-11eb-8052-5522bc699159.png) But when I check my status using "bundle install". I don't know what...