From e2282eb336f0d0cee3ef1509a0faaf7f7a00532c Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Sun, 16 Mar 2025 13:20:28 -0400 Subject: [PATCH] test: skip expensive demo9.json ui tauri-cli test Signed-off-by: Nick Mitchell --- .github/workflows/tauri-cli.yml | 2 +- examples/gsm8k/gsm8.pdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tauri-cli.yml b/.github/workflows/tauri-cli.yml index 7ec838ccf..90be45984 100644 --- a/.github/workflows/tauri-cli.yml +++ b/.github/workflows/tauri-cli.yml @@ -51,7 +51,7 @@ jobs: # 3. `run` subcommand works with UI demos (json source) # demo8 uses a private model? not sure for i in ./src/demos/*.json - do if [[ $(basename $i) != "demo8.json" ]]; then pdl run $i; fi + do if [[ $(basename $i) != "demo8.json" ]] && [[ $(basename $i) != "demo9.json" ]]; then pdl run $i; fi done - name: Tear down xvfb diff --git a/examples/gsm8k/gsm8.pdl b/examples/gsm8k/gsm8.pdl index 51477efc6..1d28bb2b2 100644 --- a/examples/gsm8k/gsm8.pdl +++ b/examples/gsm8k/gsm8.pdl @@ -8,7 +8,7 @@ # # -description: Grade School Math example +description: Grade School Math defs: # The Grade School Math Dataset ALL_TESTS: