Skip to content

Commit

Permalink
Add vmware/vcsim as a service in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 27, 2024
1 parent 8dbccde commit d48e65e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
--health-retries 5"
ports:
- 5432:5432
vcsim:
image: vmware/vcsim
ports:
- 8989:8989
env:
PGHOST: localhost
PGPASSWORD: smartvm
Expand Down

0 comments on commit d48e65e

Please sign in to comment.