Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Dec 12, 2024
1 parent aac5eab commit 0ef4739
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,24 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Klayout
path: /usr/bin/klayout

# process-with-klayout:
# needs: install-klayout
# runs-on: ubuntu-22.04
# steps:
# - name: Archive code coverage results
# uses: actions/upload-artifact@v4
# with:
# name: Klayout
# path: /usr/bin/klayout
# - name: testList
# run: |
# cd /usr/bin/klayout
# ls
# - name: Check KLayout availability
# if: ${{ needs.install-klayout.outputs.klayout-installed == 'true' }}
# run: klayout -v
path: /usr/bin

process-with-klayout:
needs: install-klayout
runs-on: ubuntu-22.04
steps:
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: Klayout
path: /usr/bin
- name: testList
run: |
cd /usr/bin
ls
- name: Check KLayout availability
if: ${{ needs.install-klayout.outputs.klayout-installed == 'true' }}
run: klayout -v

# - name: Run KLayout task
# run: |
Expand Down

0 comments on commit 0ef4739

Please sign in to comment.