Browse Source
Merge pull request #1086 from octodns/py-3-12-ci-modules
Rename script/test-module to script/cibuild-module, update for py3.12
pull/1087/head
Ross McFarland
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
.github/workflows/modules.yml
-
script/cibuild-module
|
|
|
@ -65,4 +65,4 @@ jobs: |
|
|
|
architecture: x64 |
|
|
|
- name: Test Module |
|
|
|
run: | |
|
|
|
./script/test-module ${{ matrix.module }} |
|
|
|
./script/cibuild-module ${{ matrix.module }} |