Skip to content

Expose the Dialer instance #3

Expose the Dialer instance

Expose the Dialer instance #3

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
services:
mail-server:
image: inbucket/inbucket
ports:
- 9000:9000
- 2500:2500
- 1100:1100
steps:
- uses: actions/checkout@v1
- name: testing
run: go test .