mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 13:45:19 +00:00
tests: run JavaScript tests when web_src/js is modified
otherwise they are not useful
This commit is contained in:
parent
c19222b22f
commit
a6a64f1fdc
|
@ -4,8 +4,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- Makefile
|
- Makefile
|
||||||
|
- playwright.config.js
|
||||||
- .forgejo/workflows/e2e.yml
|
- .forgejo/workflows/e2e.yml
|
||||||
- tests/e2e/**
|
- tests/e2e/**
|
||||||
|
- web_src/js/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-e2e:
|
test-e2e:
|
||||||
|
|
Loading…
Reference in a new issue