Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Nov 1, 2023
1 parent a8d3ebf commit 51ee985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
permissions:
contents: read
packages: read
repository-projects: read
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to GitHub Packages
Expand All @@ -20,6 +19,9 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: "@agoraio-extensions"

- name: Prepare SSH
uses: AgoraIO-Extensions/actions/.github/actions/ssh@ssh-ci

- name: Run unit test
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@agoraio-extensions/cxx-parser": "https://github.com/AgoraIO-Extensions/terra.git#head=dev/yarn2-adaptation&workspace=cxx-parser",
"@agoraio-extensions/terra-core": "https://github.com/AgoraIO-Extensions/terra.git#head=dev/yarn2-adaptation&workspace=terra-core",
"@agoraio-extensions/cxx-parser": "git@github.com:AgoraIO-Extensions/terra.git#head=dev/yarn2-adaptation&workspace=cxx-parser",
"@agoraio-extensions/terra-core": "git@github.com:AgoraIO-Extensions/terra.git#head=dev/yarn2-adaptation&workspace=terra-core",
"mustache": "^4.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 51ee985

Please sign in to comment.