Skip to content

Add server API

Add server API #117

Workflow file for this run

name: E2E
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: E2E
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.XMTPD_TERRAFORM_GIT_SSH_KEY }}
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run E2E
run: |
export TF_VAR_enable_monitoring=false
export TF_VAR_enable_e2e=false
export TF_VAR_enable_chat_app=false
dev/net/up
- run: dev/e2e/run