Commit 8ed2959
committed
Remove dedicated test target to CI pipeline
Target "test_ga" for dedicated test workflow is removed. Instead, check
if environment variable GITHUB_ACTIONS is set to detect which
environment is running the test.
GITHUB_ACTIONS is set to "true" automatically when running CI workflow
on github actions. It is documented in the link below.
Link: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
Change-Id: I9359514623d96dfa387524a67c9de34d94b87c5c1 parent d2e3abb commit 8ed2959
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments