Skip to content

Commit

Permalink
chore: update docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
cyber-eternal committed Mar 23, 2022
1 parent b6e2c40 commit dc9f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: docker-compose up -d --build

- name: Run e2e
run: yarn test:e2e
run: yarn && yarn test:e2e

- name: Down Docker-Compose containers
run: docker-compose down

0 comments on commit dc9f89e

Please sign in to comment.