Skip to content

Commit 102d8ab

Browse files
committed
🐛 Rehardcode devpi port for GHA srv container
1 parent 3a9eaef commit 102d8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-smoke-test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
DEVPI_PASSWORD: ${{ env.devpi-password }}
3838
ports:
39-
- ${{ env.devpi-port }}
39+
- 3141
4040

4141
timeout-minutes: 2
4242

0 commit comments

Comments
 (0)