File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 4646 env :
4747 SMART_TESTS_TOKEN : ${{ secrets.LAUNCHABLE_TOKEN_BAZEL }}
4848 - name : " bazel: Record build"
49- run : ' smart-tests record build --build "$GITHUB_RUN_ID" --source main=../.. --source cli=../../..'
49+ run : |
50+ smart-tests record build --build "$GITHUB_RUN_ID" --source main=../.. --source cli=../../..
51+ smart-tests record session --build "$GITHUB_RUN_ID" --session $GITHUB_RUN_NUMBER-bazel
5052 env :
5153 SMART_TESTS_TOKEN : ${{ secrets.LAUNCHABLE_TOKEN_BAZEL }}
5254 working-directory : examples/bazel/java
7476 env :
7577 SMART_TESTS_TOKEN : ${{ secrets.LAUNCHABLE_TOKEN_GO }}
7678 - name : " go: Record build"
77- run : ' smart-tests record build --build "$GITHUB_RUN_ID" --source main=.. --source cli=../..'
79+ run : |
80+ smart-tests record build --build "$GITHUB_RUN_ID" --source main=.. --source cli=../..
81+ smart-tests record session --build "$GITHUB_RUN_ID" --session $GITHUB_RUN_NUMBER-go
7882 env :
7983 SMART_TESTS_TOKEN : ${{ secrets.LAUNCHABLE_TOKEN_GO }}
8084 working-directory : examples/go
98102 env :
99103 SMART_TESTS_TOKEN : ${{ secrets.LAUNCHABLE_TOKEN_GRADLE }}
100104 - name : " gradle: Record build"
101- run : ' smart-tests record build --build "$GITHUB_RUN_ID" --source main=.. --source cli=../..'
105+ run : |
106+ smart-tests record build --build "$GITHUB_RUN_ID" --source main=.. --source cli=../..
107+ smart-tests record session --build "$GITHUB_RUN_ID" --session $GITHUB_RUN_NUMBER-gradle
102108 env :
103109 SMART_TESTS_TOKEN : ${{ secrets.LAUNCHABLE_TOKEN_GRADLE }}
104110 working-directory : examples/gradle
You can’t perform that action at this time.
0 commit comments