Run blackbox tests when updated (#14484)

* Run blackbox tests when updated

* Run tests when dependencies are updated
This commit is contained in:
ian
2022-07-18 23:55:33 +08:00
committed by GitHub
parent e6e3b597fe
commit 3770661bde
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ on:
- main
paths:
- api/**
- tests-blackbox/**
- package.json
- pnpm-lock.yaml
env:
NODE_OPTIONS: --max_old_space_size=6144

View File

@@ -6,6 +6,9 @@ on:
- main
paths:
- api/**
- tests-blackbox/**
- package.json
- pnpm-lock.yaml
env:
NODE_OPTIONS: --max_old_space_size=6144