mirror of
https://github.com/directus/directus.git
synced 2026-01-23 10:18:03 -05:00
Run blackbox tests when updated (#14484)
* Run blackbox tests when updated * Run tests when dependencies are updated
This commit is contained in:
3
.github/workflows/blackbox-main.yml
vendored
3
.github/workflows/blackbox-main.yml
vendored
@@ -6,6 +6,9 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- api/**
|
||||
- tests-blackbox/**
|
||||
- package.json
|
||||
- pnpm-lock.yaml
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=6144
|
||||
|
||||
3
.github/workflows/blackbox-pr.yml
vendored
3
.github/workflows/blackbox-pr.yml
vendored
@@ -6,6 +6,9 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- api/**
|
||||
- tests-blackbox/**
|
||||
- package.json
|
||||
- pnpm-lock.yaml
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=6144
|
||||
|
||||
Reference in New Issue
Block a user