Skip to content

Update GitHub Action workflows #121

Update GitHub Action workflows

Update GitHub Action workflows #121

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@v4
- name: Build and run Docker image
run: |
docker build -t gns3-gui-test .
docker run gns3-gui-test