mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[fix] Git actions now ignoring tags
This commit is contained in:
4
.github/workflows/unitTests.yml
vendored
4
.github/workflows/unitTests.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Service unit tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- '**.js'
|
||||
- '!tests/integration/**'
|
||||
@ -31,4 +33,4 @@ jobs:
|
||||
npm --prefix DocService ci
|
||||
|
||||
- name: Run Jest
|
||||
run: npm run "unit tests"
|
||||
run: npm run "unit tests"
|
||||
|
||||
Reference in New Issue
Block a user