Skip to content

Merge pull request #3512 from magister990/style_edit_width_and_height #106

Merge pull request #3512 from magister990/style_edit_width_and_height

Merge pull request #3512 from magister990/style_edit_width_and_height #106

Workflow file for this run

name: testing
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and run Docker image
run: |
docker build -t gns3-gui-test .
docker run gns3-gui-test