Skip to content

Commit

Permalink
feat: add fax mock service
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovchik committed May 20, 2024
1 parent 637a5c7 commit b829de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
MOCK_CONVERSATION_PORT: 6042
MOCK_VERIFICATION_PORT: 6043
MOCK_VOICE_PORT: 6044
MOCK_FAX_PORT: 6046

jobs:
build:
Expand All @@ -33,7 +34,7 @@ jobs:
- 6042:6042
- 6043:6043
- 6044:6044

- 6046:6046
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b829de6

Please sign in to comment.