mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 01:20:56 -05:00
jobs.<id>.service.<id>.ports is a noop
This commit is contained in:
parent
9dd726930c
commit
20b726c367
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
POSTGRES_DB: test
|
POSTGRES_DB: test
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
|
|
Loading…
Reference in a new issue