Skip to content

Integration tests

Integration tests #6

##
## --------------------------------------------------------------------------------
## SPDX-FileCopyrightText: 2024 Martin Jan Köhler and Harald Pretl
## Johannes Kepler University, Institute for Integrated Circuits.
##
## This file is part of KPEX
## (see https://github.com/martinjankoehler/klayout-pex).
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
## SPDX-License-Identifier: GPL-3.0-or-later
## --------------------------------------------------------------------------------
##
name: "Integration tests on IIC-OSIC-TOOLS"
on:
workflow_call:
pull_request:
branches: [ "main" ]
paths:
- '.github/workflows/integration-tests.yml'
jobs:
tests-inside-docker:
name: "Run tests"
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- run: pwd && find .
- name: "Install Docker and run tests"
uses: adambirds/[email protected]
with:
compose-file: "./test/fixtures/docker-compose.yml"
test-container: iic-osic-tools
test-command: |
echo "Hello World"
which klayout
klayout --version