From 7d1543c8cc6fe19c613a9d9572bd9d52e349db70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Sat, 4 Jan 2025 13:57:29 +0100 Subject: [PATCH] WIP tests --- .github/workflows/browser-tests.yml | 1 + .github/workflows/browserstack.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 11bbd84..fb77022 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -5,6 +5,7 @@ on: push: branches: - 3.x-stable + - 3.x-data-tests env: NODE_VERSION: 20.x diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 8eeb5db..b63d341 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -4,6 +4,7 @@ on: push: branches: - 3.x-stable + - 3.x-data-tests # Once a week every Tuesday schedule: - cron: "12 2 * * 2"