We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957d14b commit 5ae0552Copy full SHA for 5ae0552
.github/workflows/test.yml
@@ -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