Skip to content

Commit

Permalink
services container
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf002 committed Mar 5, 2024
1 parent 41bfcf7 commit f4400b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
services:
customMysql:
image: mysql
container:
image: node
env:
NODE_ENV: test
steps:
- name: Display server image
run: echo '${{ toJSON(job.services) }}'
- name: Docker node version
run: |
node -v
Expand Down

0 comments on commit f4400b7

Please sign in to comment.