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: |