diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 697479819e..0fdd295561 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: - name: Copy to deploy directory for deployment run: | mkdir ${{inputs.envname}} - cp -R contrib dist samples test/functional/config test/functional/tests ${{inputs.envname}} + cp -R contrib dist samples ${{inputs.envname}} - name: Install SSH Key uses: shimataro/ssh-key-action@v2 with: diff --git a/test/functional/config/test-configurations/local/all.json b/test/functional/config/test-configurations/local/all.json index 1b63d2c946..3748dc846b 100644 --- a/test/functional/config/test-configurations/local/all.json +++ b/test/functional/config/test-configurations/local/all.json @@ -8,6 +8,7 @@ "all" ], "excluded": [ + "vendor/google-ad-manager-emsg" ] }, "testvectors": [ @@ -368,7 +369,7 @@ "provider": "dashif", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -377,7 +378,7 @@ "provider": "dashif", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -386,7 +387,7 @@ "provider": "dashif", "type": "live", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -395,7 +396,7 @@ "provider": "dashif", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -404,7 +405,7 @@ "provider": "dashif", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -413,7 +414,7 @@ "provider": "dashif", "type": "live", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -422,7 +423,7 @@ "provider": "dashif", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -431,7 +432,7 @@ "provider": "dashif", "type": "live", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -441,7 +442,7 @@ "provider": "dashif", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -451,7 +452,7 @@ "provider": "dashif", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -461,7 +462,7 @@ "provider": "bbc", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -471,7 +472,7 @@ "provider": "bbc", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -481,7 +482,7 @@ "provider": "bbc", "type": "live", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -491,7 +492,7 @@ "provider": "bbc", "type": "live", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -501,7 +502,7 @@ "provider": "bbc", "type": "live", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -511,7 +512,7 @@ "provider": "bbc", "type": "live", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -520,7 +521,7 @@ "provider": "cta", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] }, { @@ -528,7 +529,7 @@ "name": "Shaka 44 different subtitles", "type": "vod", "includedTestfiles": [ - "text/switch-text" + "text/*" ] } ]