Skip to content

Commit

Permalink
Add Standalone option. (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: David Finol <davidmfinol@gmail.com>
  • Loading branch information
timcassell and davidmfinol authored Jul 14, 2023
1 parent 4607acc commit 7ba05b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/03-github/03-test-runner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ _**required:** `false`_ _**default:** `""`_

The type of tests to be run by the test runner.

Options are: `All`, `PlayMode`, and `EditMode`.
Options are: `All`, `PlayMode`, `EditMode`, and `Standalone`.

Note: `All` only runs `PlayMode` and `EditMode`. You must explicitly specify `Standalone` for it to
run.

_**required:** `false`_ _**default:** `All`_

Expand Down Expand Up @@ -426,6 +429,7 @@ jobs:
testMode:
- playmode
- editmode
- standalone
steps:
- uses: actions/checkout@v2
with:
Expand Down
6 changes: 5 additions & 1 deletion versioned_docs/version-1/04-github/03-test-runner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ _**required:** `false`_ _**default:** `auto`_

The type of tests to be run by the test runner.

Options are: "all", "playmode", "editmode"
Options are: "all", "playmode", "editmode", "standalone"

Note: "all" only runs "playmode" and "editmode". You must explicitly specify "standalone" for it to
run.

_**required:** `false`_ _**default:** `all`_

Expand Down Expand Up @@ -212,6 +215,7 @@ jobs:
testMode:
- playmode
- editmode
- standalone
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 7ba05b1

Please sign in to comment.