jobs.<id>.service.<id>.ports is a noop

This commit is contained in:
Earl Warren 2023-07-14 08:20:03 +02:00
parent 9dd726930c
commit 20b726c367
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0579CB2928A78A00

View file

@ -12,8 +12,6 @@ jobs:
env:
POSTGRES_DB: test
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"
steps:
- run: |
apt-get update -qq