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 46b1898 commit 8421360
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,16 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Klayout
path: /usr/bin
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
uses: actions/download-artifact@v4
with:
name: Klayout
path: /usr/bin
- name: testList
run: |
cd /usr/bin
Expand Down

0 comments on commit 8421360

Please sign in to comment.