Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Test bucket tests #7

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@main
with:
repository: ScoopInstaller/Scoop
ref: develop
ref: fix-bucket-tests
path: 'scoop_core'
- name: Init Test Suite
uses: potatoqualitee/psmodulecache@v5.1
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@main
with:
repository: ScoopInstaller/Scoop
ref: develop
ref: fix-bucket-tests
path: 'scoop_core'
- name: Init Test Suite
uses: potatoqualitee/psmodulecache@v5.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_BRANCH: develop
SCOOP_BRANCH: fix-bucket-tests
4 changes: 2 additions & 2 deletions bucket/exclusive/apifox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Freeware",
"architecture": {
"64bit": {
"url": "http://cdn.apifox.cn/download/2.1.39/Apifox-2.1.39.exe#/dl.7z",
"url": "https://cdn.apifox.cn/download/2.1.39/Apifox-2.1.39.exe#/dl.7z",
"hash": "sha512:c2e33c3a4cc560fe20a83d35e64ea29aae76f210f1237d992baf9b030749dd84e03453417312adacfb7cf26f773a6cc4a5b6a63b398a4aef73783053dc8ab757",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
Expand Down Expand Up @@ -34,7 +34,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://cdn.apifox.cn/download/$version/Apifox-$version.exe#/dl.7z",
"url": "https://cdn.apifox.cn/download/$version/Apifox-$version.exe#/dl.7z",
"hash": {
"url": "https://cdn.apifox.cn/download/latest.yml?noCache=1",
"regex": "sha512: $base64"
Expand Down