Kaynağa Gözat

fix: scheduled test suite to run only base tests

Karol Sójko 1 yıl önce
ebeveyn
işleme
cab0dfba39
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/e2e-test-suite.yml

+ 2 - 2
.github/workflows/e2e-test-suite.yml

@@ -13,7 +13,7 @@ on:
         description: The Docker image tag used for SNJS container
       suite:
         type: string
-        default: all
+        default: base
         description: The test suite to run
       author:
         type: string
@@ -30,5 +30,5 @@ jobs:
     uses: standardnotes/server/.github/workflows/common-e2e.yml@main
     with:
       snjs_image_tag: ${{ inputs.snjs_image_tag || 'latest' }}
-      suite: ${{ inputs.suite || 'all' }}
+      suite: ${{ inputs.suite || 'base' }}
     secrets: inherit