Skip to content

Commit 5ae0552

Browse files
authored
Create test.yml
1 parent 957d14b commit 5ae0552

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: test
2+
3+
on: ['push', 'pull_request']
4+
5+
jobs:
6+
octodns:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
11+
with:
12+
python-version: '3'
13+
- name: Install OctoDNS
14+
run: pip install 'octodns==0.9.10'
15+
- name: Do a dry run
16+
run: ./bin/dry-run
17+
env:
18+
# DNSIMPLE_ACCOUNT_NUMBER: ${{ secrets.DNSIMPLE_ACCOUNT_NUMBER }}
19+
# DNSIMPLE_API_KEY: ${{ secrets.DNSIMPLE_API_KEY }}

0 commit comments

Comments
 (0)