Skip to content

Create integration-tests.yml #1

Create integration-tests.yml

Create integration-tests.yml #1

##
## --------------------------------------------------------------------------------
## 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:
jobs:
tests-inside-docker:
name: "Run tests"
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4

Check failure on line 37 in .github/workflows/integration-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 37
- name: "Install Docker"
uses: tj-actions/docker-run@v2
with:
image: hpretl/iic-osic-tools:latest
name: iic-osic-tools
options: >
--user=0:0
--env=LC_ALL=en_US.UTF-8
--env=LANG=en_US.UTF-8
--env=NO_VNC_PORT=80
--env=JUPYTER_PORT=8888
args: |
echo "Hello World"
which klayout
klayout --version