Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Clash Verge
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Clash Verge
Commits
54457a3e
There was an error fetching the commit references. Please try again later.
Unverified
Commit
54457a3e
authored
1 year ago
by
GyDi
Browse files
Options
Downloads
Patches
Plain Diff
chore: fix test ci
parent
bf180e6a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+8
-19
8 additions, 19 deletions
.github/workflows/test.yml
with
8 additions
and
19 deletions
.github/workflows/test.yml
+
8
−
19
View file @
54457a3e
...
...
@@ -35,7 +35,7 @@ jobs:
echo ${{ github.event.inputs.os }}
-
name
:
Checkout repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
install Rust stable
uses
:
dtolnay/rust-toolchain@stable
...
...
@@ -46,9 +46,10 @@ jobs:
workspaces
:
src-tauri
-
name
:
Install Node
uses
:
actions/setup-node@v
1
uses
:
actions/setup-node@v
3
with
:
node-version
:
16
node-version
:
"
16"
cache
:
"
yarn"
-
name
:
Install Dependencies (ubuntu only)
if
:
startsWith(github.event.inputs.os, 'ubuntu-')
...
...
@@ -56,29 +57,17 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
-
name
:
Get yarn cache dir path
id
:
yarn-cache-dir-path
run
:
echo "::set-output name=dir::$(yarn cache dir)"
-
name
:
Yarn Cache
uses
:
actions/cache@v2
id
:
yarn-cache
with
:
path
:
${{ steps.yarn-cache-dir-path.outputs.dir }}
key
:
${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys
:
|
${{ runner.os }}-yarn-
-
name
:
Yarn install and check
run
:
|
yarn install --network-timeout 1000000
yarn install --network-timeout 1000000
--frozen-lockfile
yarn run check
-
name
:
Tauri build
uses
:
tauri-apps/tauri-action@v0
env
:
tagName
:
alpha
includeUpdaterJson
:
false
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY
:
${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD
:
${{ secrets.TAURI_KEY_PASSWORD }}
with
:
tagName
:
alpha
includeUpdaterJson
:
false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment