Skip to content

Commit 41a9a5b

Browse files
committed
test: skip expensive demo9.json ui tauri-cli test
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 8f4c812 commit 41a9a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tauri-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# 3. `run` subcommand works with UI demos (json source)
5252
# demo8 uses a private model? not sure
5353
for i in ./src/demos/*.json
54-
do if [[ $(basename $i) != "demo8.json" ]]; then pdl run $i; fi
54+
do if [[ $(basename $i) != "demo8.json" ]] && [[ $(basename $i) != "demo9.json" ]]; then pdl run $i; fi
5555
done
5656
5757
- name: Tear down xvfb

examples/gsm8k/gsm8.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010

11-
description: Grade School Math example
11+
description: Grade School Math
1212
defs:
1313
# The Grade School Math Dataset
1414
ALL_TESTS:

0 commit comments

Comments
 (0)