test github groups for logs
parent
5ae78e4771
commit
203e7209a1
|
|
@ -69,9 +69,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- run: |
|
|
||||||
touch $GCP_LOG_FILE
|
|
||||||
tail -f $GCP_LOG_FILE | xargs -d '\n' -I{} gcloud logging write game-ci "{}" &
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn run cli --help
|
- run: yarn run cli --help
|
||||||
- run: yarn run test-i-aws
|
- run: yarn run test-i-aws
|
||||||
|
|
@ -89,6 +86,7 @@ jobs:
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
INIT_HOOK: touch $GCP_LOG_FILE && tail -f $GCP_LOG_FILE | xargs -d '\n' -I{} gcloud logging write game-ci "{}" &
|
||||||
postBuildSteps: |
|
postBuildSteps: |
|
||||||
- name: upload
|
- name: upload
|
||||||
image: amazon/aws-cli
|
image: amazon/aws-cli
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue