Skip to content

move integration tests into the repo #6

move integration tests into the repo

move integration tests into the repo #6

Workflow file for this run

name: Trigger Integration Tests
on: push
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: mix deps.get
- name: Install testbed dependencies
run: mix deps.get
working-directory: ./test_bed
- name: Run elixir tests
run: mix test
working-directory: ./test_bed