From 0ef47390dd4bf750d6d4c6e3676e18bb2e20f65f Mon Sep 17 00:00:00 2001 From: PhilippNauck Date: Thu, 12 Dec 2024 10:44:32 +0100 Subject: [PATCH] test --- .github/workflows/drc.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/drc.yml b/.github/workflows/drc.yml index 1090274..2237907 100644 --- a/.github/workflows/drc.yml +++ b/.github/workflows/drc.yml @@ -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: |