diff --git a/.github/workflows/code-standards.yaml b/.github/workflows/code-standards.yaml index b2272fdd5..befa90abc 100644 --- a/.github/workflows/code-standards.yaml +++ b/.github/workflows/code-standards.yaml @@ -210,9 +210,6 @@ jobs: - name: run browser tests (Playwright) if: needs.should-test.outputs.yes == 'true' uses: ./.github/actions/browser-tests-playwright - - name: dump drupal logs - if: always() - run: docker compose logs drupal merge-reports: # Merge reports after playwright-tests, even if some shards have failed @@ -237,7 +234,7 @@ jobs: - name: Merge into HTML Report run: npx playwright merge-reports --reporter html ./all-blob-reports - + - name: Upload HTML report uses: actions/upload-artifact@v4 with: diff --git a/docs/dev/json-api.md b/docs/dev/json-api.md index c53fbc9e0..47291914c 100644 --- a/docs/dev/json-api.md +++ b/docs/dev/json-api.md @@ -66,4 +66,4 @@ The response should also be a 201 with JSON information about the newly created # Integration Example -A sample [Python script](../json-api-upload-example.py) is provided to help to aid in integration. Note that this script depends on the [requests](https://pypi.org/project/requests/) library. +A sample [Python script](./json-api-upload-example.py) is provided to help to aid in integration. Note that this script depends on the [requests](https://pypi.org/project/requests/) library.