Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 11, 2024
1 parent 177ef06 commit 813eb8e
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,22 @@ jobs:
continue-on-error: true

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- 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
- 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

0 comments on commit 813eb8e

Please sign in to comment.