Commit 46cad73
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 46cad73
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| 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