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/damengDatabaseTests.yml
vendored
4
.github/workflows/damengDatabaseTests.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Dameng database tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- 'DocService/sources/databaseConnectors/baseConnector.js'
|
||||
- 'DocService/sources/databaseConnectors/damengConnector.js'
|
||||
@ -45,4 +47,4 @@ jobs:
|
||||
docker exec dameng bash -c "cat /createdb.sql | /opt/dmdbms/bin/disql SYSDBA/SYSDBA001:5236"
|
||||
|
||||
- name: Run Jest
|
||||
run: npm run "integration database tests"
|
||||
run: npm run "integration database tests"
|
||||
|
||||
Reference in New Issue
Block a user