Skip to content

Commit

Permalink
build: force container image build
Browse files Browse the repository at this point in the history
  • Loading branch information
halimath committed May 4, 2024
1 parent 01fa8c2 commit eef6c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python-version: "3.12"

- name: Start app
run: docker compose up -d
run: docker compose up -d --build
working-directory: e2e-tests

- name: Run image
Expand Down

0 comments on commit eef6c02

Please sign in to comment.