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 36a4223 commit aac5eab
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,29 +83,31 @@ jobs:
id: verify
run: |
which klayout
cd /usr/bin/klayout
ls
echo "::set-output name=success::true"
- name: Archive production artifacts
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
# 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

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

0 comments on commit aac5eab

Please sign in to comment.