mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Fix running tests
This commit is contained in:
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Build and run Docker image
|
- name: Build and run Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t gns3-gui-test .
|
docker build -t gns3-gui-test .
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ FROM ubuntu:latest
|
|||||||
MAINTAINER GNS3 Team
|
MAINTAINER GNS3 Team
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y --force-yes python3 python3-pyqt5 python3-pip python3-pyqt5.qtsvg python3-pyqt5.qtwebsockets python3-dev xvfb
|
RUN apt-get install -y --force-yes python3 python3-pyqt6 python3-pip python3-pyqt6.qtsvg python3-pyqt6.qtwebsockets python3-dev xvfb
|
||||||
RUN apt-get clean
|
RUN apt-get clean
|
||||||
|
|
||||||
ADD dev-requirements.txt /dev-requirements.txt
|
ADD dev-requirements.txt /dev-requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user