diff options
author | silverwind <me@silverwind.io> | 2024-02-22 04:19:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 03:19:13 +0000 |
commit | c236e64aca42b9ab0743431bc505033a0cb78b93 (patch) | |
tree | e5a4fd713f0d6cb07e00bea04c01e57db7853ba2 /modules | |
parent | 2bd999a28b472f2909f6856740cdc712eb0ad136 (diff) | |
download | gitea-c236e64aca42b9ab0743431bc505033a0cb78b93.tar.gz gitea-c236e64aca42b9ab0743431bc505033a0cb78b93.zip |
Don't install playwright twice (#29302)
1. `playwright/test` is already installed as part of `deps-frontend` on
CI which runs before, so it's better to not install it again (on a
potentially different version), and just use the version from
package.json and add the `deps-frontend` dependency.
2. `PLAYWRIGHT_DIR` is a undefined variable, so I removed it
```bash
$ git show c8ded77680db7344c8dc1ccee76bce0b4e02e103 | grep PLAYWRIGHT_DIR
+playwright: $(PLAYWRIGHT_DIR)
```
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions