Skip to content

Merge branch 'master' of github.com:mailslurp/examples #85

Merge branch 'master' of github.com:mailslurp/examples

Merge branch 'master' of github.com:mailslurp/examples #85

name: python3-robotframework
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
- run: API_KEY=${{ secrets.API_KEY }} make ci-env
- run: cd python3-robotframework && make test