Skip to content

Commit 0b4a651

Browse files
authored
Merge pull request #68 from IShix-g/release
v1.0.56
2 parents e78beb4 + bd67b61 commit 0b4a651

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.github/workflows/test-run-all.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ jobs:
2626
uses: ./.github/workflows/test-clean-branch.yaml
2727
secrets:
2828
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
29-
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
29+
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
30+
31+
test-runner:
32+
uses: ./.github/workflows/reusable-test-runner.yaml
33+
secrets:
34+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
35+
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
36+
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}

.github/workflows/test-test-runner.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ on:
1212
- '2021.3.45f1'
1313
- '2022.3.57f1'
1414
- '6000.0.37f1'
15+
workflow_call:
16+
inputs:
17+
unity-version:
18+
required: false
19+
type: string
20+
default: '2022.3.57f1'
21+
secrets:
22+
UNITY_LICENSE:
23+
required: true
24+
UNITY_EMAIL:
25+
required: true
26+
UNITY_PASSWORD:
27+
required: true
28+
1529
jobs:
1630
test-runner:
1731
uses: ./.github/workflows/reusable-test-runner.yaml

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![Test Create Release](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-create-release.yaml/badge.svg)](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-create-release.yaml)
22
[![Test Update package.json](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-update-packagejson.yaml/badge.svg)](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-update-packagejson.yaml)
33
[![Test Merge and Push](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-merge-and-push.yaml/badge.svg)](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-merge-and-push.yaml)
4-
[![Test Release Notes Generator](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-release-notes.yaml/badge.svg)](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-release-notes.yaml)
4+
[![Test Release Notes Generator](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-release-notes.yaml/badge.svg)](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-release-notes.yaml)
5+
[![Test Test Runner](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-test-runner.yaml/badge.svg)](https://github.com/IShix-g/Unity-GitHubActions/actions/workflows/test-test-runner.yaml)
56

67
[README - 日本語版](Docs/README_jp.md)
78

0 commit comments

Comments
 (0)