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

* would be nice to have an easy example of disabling persistence * nicer to have a sane default of disabled

Got this error: ERRO[0003] Unable to interpolate string '${{ job.services.postgres.ports[5432] }}' - [TypeError: Cannot access member 'ports' of undefined] [Postgres Service Example/vm-job ] ⭐ Run node client.js | (node:32) UnhandledPromiseRejectionWarning:...

Would be nice to have an example for oracledb-xe. Possibly with https://hub.docker.com/r/quillbuilduser/oracle-18-xe as the docker ? There was a dicussion about this at https://github.com/oracle/docker-images/issues/1156

Hi @chrispat and @mscoutermarsh 👋 As you have been active on this repo, I assume you have some insight in the services side of GitHub Actions. I hope you don't...

I had already asked support and they said native seeding isn't available and to check the actions forum. I posted this question (https://github.community/t5/GitHub-Actions/Support-for-seeding-database/m-p/53702#M8933) and it was suggested I create an...

I would make the PR, but I am not well versed in JS. For `.github/workflows/selenium-service.yml` ``` name: CI on: push: branches: - master pull_request: branches: - master release: types: -...

Hi, Is there any example of running services from images published onto the GitHub Package Registry? Is this feature supported? When trying to run a service based on an image...