浏览代码

fix: Failed to CreateArtifact (#4339)

benedikt-bartscher 6 月之前
父节点
当前提交
dc347d10b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/integration_app_harness.yml

+ 1 - 1
.github/workflows/integration_app_harness.yml

@@ -50,7 +50,7 @@ jobs:
       - run: poetry run uv pip install pyvirtualdisplay pillow pytest-split
       - name: Run app harness tests
         env:
-          SCREENSHOT_DIR: /tmp/screenshots
+          SCREENSHOT_DIR: /tmp/screenshots/${{ matrix.state_manager }}/${{ matrix.python-version }}/${{ matrix.split_index }}
           REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
         run: |
           poetry run playwright install --with-deps