Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Dec 4, 2024
1 parent e60500d commit 962a976
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
runner-type: ${{ needs.get-runner-labels.outputs.WINDOWS_RUNNER_TYPE }}
cache-type: ${{ needs.get-runner-labels.outputs.WINDOWS_CACHE_TYPE }}
skipable: ${{ needs.check-changed.outputs.changed != 'true' }}
secrets:
TOS_ACCESS_KEY: ${{ secrets.TOS_ACCESS_KEY }}
TOS_SECRET_KEY: ${{ secrets.TOS_SECRET_KEY }}

test-release-windows:
name: Test Release Windows
Expand All @@ -115,6 +118,9 @@ jobs:
runner: ${{ needs.get-runner-labels.outputs.WINDOWS_RUNNER_LABELS }}
runner-type: ${{ needs.get-runner-labels.outputs.WINDOWS_RUNNER_TYPE }}
cache-type: ${{ needs.get-runner-labels.outputs.WINDOWS_CACHE_TYPE }}
secrets:
TOS_ACCESS_KEY: ${{ secrets.TOS_ACCESS_KEY }}
TOS_SECRET_KEY: ${{ secrets.TOS_SECRET_KEY }}

test-mac:
name: Test Mac
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ on:
# - github
# - local
# - lynx
tos-access-key:
required: false
type: string
tos-secret-key:
required: false
type: string

jobs:
build:
Expand Down

0 comments on commit 962a976

Please sign in to comment.