Skip to content

Commit

Permalink
No need for no-build option anymore during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jan 2, 2025
1 parent c8c6de2 commit c0631b4
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 @@ -41,7 +41,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Start Docker containers
run: poetry run invoke compose-up --no-build
run: poetry run invoke compose-up
- name: Run linting
# https://github.com/actions/runner/issues/241#issuecomment-745902718
shell: 'script -q -e -c "bash {0}"'
Expand Down

0 comments on commit c0631b4

Please sign in to comment.