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 12, 2024
1 parent f8470c4 commit 86960fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
branches: [ "main" ]
paths:
- '.github/workflows/integration-tests.yml'

env:
KLAYOUT_DEB: "klayout_0.29.10-1_amd64.deb"
KLAYOUT_URL: "https://www.klayout.org/downloads/Ubuntu-24/klayout_0.29.10-1_amd64.deb"
Expand Down Expand Up @@ -63,8 +64,10 @@ jobs:
- name: "Install klayout deb 📦"
run: |
sudo apt install klayout-deb/"$KLAYOUT_DEB"
pushd klayout-deb
sudo apt install $KLAYOUT_DEB
klayout -v
popd
# run-inside-docker:
# name: "Run tests"
Expand Down

0 comments on commit 86960fe

Please sign in to comment.