diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 727e3cb..55fb4ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,9 @@ jobs: with: uploadLogs: true httpPort: 8008 + - name: Check for .so file + if: always() + run: tree test-poetry: runs-on: ubuntu-latest @@ -38,6 +41,9 @@ jobs: uploadLogs: true httpPort: 8008 installer: "poetry" + - name: Check for .so file + if: always() + run: tree test-baseurl: runs-on: ubuntu-latest