Skip to content

Commit

Permalink
feat: add build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonwenner committed Jan 18, 2021
1 parent fe8e6c1 commit d6a85d3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2


- name: docker build
run: |
cd micro-ecommerce
docker/build
- name: docker run
run: |
cd micro-ecommerce-api
docker-compose up -d
cd micro-ecommerce
docker/server
- name: Test container database
run: |
Expand Down

0 comments on commit d6a85d3

Please sign in to comment.