Skip to content

Commit

Permalink
fix docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
librod89 committed Aug 14, 2021
1 parent 60cff02 commit dc6d267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build
run: docker-compose build
- name: db:reset
run: docker-compose run web rails db:reset
- name: docker UP
run: docker-compose up -d
- name: Test
Expand Down

0 comments on commit dc6d267

Please sign in to comment.