Going to remove the API/E2E dependency for now so that E2E runs too
This commit is contained in:
parent
d6240d5636
commit
6ee7f1fd78
|
@ -79,7 +79,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
needs: [api-tests]
|
# needs: [api-tests]
|
||||||
env:
|
env:
|
||||||
ADMIN_PASSWORD: ${{ secrets.SMOKE_TEST_ADMIN_PASSWORD }}
|
ADMIN_PASSWORD: ${{ secrets.SMOKE_TEST_ADMIN_PASSWORD }}
|
||||||
ADMIN_USER: ${{ secrets.SMOKE_TEST_ADMIN_USER }}
|
ADMIN_USER: ${{ secrets.SMOKE_TEST_ADMIN_USER }}
|
||||||
|
@ -349,4 +349,4 @@ jobs:
|
||||||
-f plugin="${{ matrix.plugin }}" \
|
-f plugin="${{ matrix.plugin }}" \
|
||||||
-f slug="${{ matrix.slug }}" \
|
-f slug="${{ matrix.slug }}" \
|
||||||
-f s3_root=public \
|
-f s3_root=public \
|
||||||
--repo woocommerce/woocommerce-test-reports
|
--repo woocommerce/woocommerce-test-reports
|
||||||
|
|
Loading…
Reference in New Issue