Skip to content

Commit d48e65e

Browse files
committed
Add vmware/vcsim as a service in GHA
1 parent 8dbccde commit d48e65e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
--health-retries 5"
2626
ports:
2727
- 5432:5432
28+
vcsim:
29+
image: vmware/vcsim
30+
ports:
31+
- 8989:8989
2832
env:
2933
PGHOST: localhost
3034
PGPASSWORD: smartvm

0 commit comments

Comments
 (0)