[Tests] Trying to enable nightly tests

- Experimental
- Using patched 7.0.0
This commit is contained in:
Salvador E. Tropea 2023-02-24 11:01:10 -03:00
parent 8789800e38
commit 188850e287
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ jobs:
test:
strategy:
matrix:
ki_release: [latest, ki6]
ki_release: [latest, ki6, nightly]
w_tests: [g1, g2, g3]
runs-on: ubuntu-latest
container: setsoft/kicad_auto_test:${{ matrix.ki_release }}
container: ghcr.io/inti-cmnb/kicad_auto_test:${{ matrix.ki_release }}
steps:
- uses: actions/checkout@v3