Skip to content

Commit

Permalink
[Tests] Switching to KiCad 7 images
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Nov 30, 2023
1 parent 8eff195 commit 3ae382b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: setsoft/kicad_auto_test:ki6
container: setsoft/kicad_auto_test:ki7

steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings.
flake8 . --count --exit-zero --statistics
- name: Test KiCad 6
- name: Test KiCad 7
shell: bash
run: |
make test_server
Expand Down

0 comments on commit 3ae382b

Please sign in to comment.