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
parent
commit
8966f7cfec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      .github/workflows/modules.yml
  2. +1
    -0
      script/cibuild-module

+ 1
- 1
.github/workflows/modules.yml View File

@ -65,4 +65,4 @@ jobs:
architecture: x64
- name: Test Module
run: |
./script/test-module ${{ matrix.module }}
./script/cibuild-module ${{ matrix.module }}

script/test-module → script/cibuild-module View File


Loading…
Cancel
Save