Skip to content

Adds DNS

Adds DNS #27

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make pyenv-ubuntu
- run: echo "$HOME/.pyenv/bin:$PATH" >> $GITHUB_PATH
- run: make install
- run: invoke test