Skip to content

Commit

Permalink
test(examples): goth ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 19, 2023
1 parent 0bd7202 commit 330ae8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/goth-examples.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Nightly Examples Tests

on:
push:
branches:
- "test/JST-363/example-tests"

# Allows triggering the workflow manually
workflow_dispatch:

push:
branches:
- "test/JST-363/*"

jobs:
prepare-matrix-master-only:
name: Prepare matrix JSON
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Example = {
args?: string[];
timeout?: number;
};
// examples

const examples: Example[] = [
{ cmd: "node", path: "examples/docs-examples/examples/composing-tasks/batch-end.mjs" },
{ cmd: "node", path: "docs-examples/examples/composing-tasks/batch-endstream-chunks.mjs" },
Expand Down

0 comments on commit 330ae8b

Please sign in to comment.