Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Mar 13, 2024
1 parent 674df60 commit 07f1f3c
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 @@ -53,4 +53,4 @@ jobs:
name: ${{ matrix.name }}
steps:
- name: Run ${{ matrix.name }}
run: docker run ghcr.io/pypi/warehouse:ci-${{ github.run_id }} --rm -- ${{ matrix.command }}
run: docker run --rm ghcr.io/pypi/warehouse:ci-${{ github.run_id }} -- ${{ matrix.command }}

0 comments on commit 07f1f3c

Please sign in to comment.