From 18ed57fdb4a3415f383acefee73602c1789f5401 Mon Sep 17 00:00:00 2001 From: russellwheatley Date: Mon, 18 Nov 2024 12:03:18 +0000 Subject: [PATCH] ci: run tests when firestore integration tests are updated --- .github/workflows/ios.yaml | 2 ++ .github/workflows/macos.yaml | 2 ++ .github/workflows/web.yaml | 2 ++ .github/workflows/windows.yaml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index ff1e64e57522..9503b0840adf 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -10,6 +10,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md' push: @@ -19,6 +20,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md' diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 2b7a01792818..ce1dfe409a69 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -10,6 +10,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md' push: @@ -19,6 +20,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md' diff --git a/.github/workflows/web.yaml b/.github/workflows/web.yaml index 135be0335d35..5215b33435bf 100644 --- a/.github/workflows/web.yaml +++ b/.github/workflows/web.yaml @@ -10,6 +10,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md' push: @@ -19,6 +20,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md' diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 7cca3809b9de..213783e1c98c 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -10,6 +10,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md' push: @@ -19,6 +20,7 @@ on: - 'docs/**' - 'website/**' - '**/example/**' + - '!**/example/integration_test/**' - '**/flutterfire_ui/**' - '**.md'