Skip to content

Commit

Permalink
<fix> github action
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNoobKing committed Apr 19, 2024
1 parent f33dbed commit a84180a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/koupleless_runtime_cd_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

jobs:
ci_test:
cd_test:
runs-on: ubuntu-latest

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'koupleless/adapter'
path: 'adapters'
path: 'adapter'

- name: Build adapter and install
run: cd adapter && ./script/ci_build.sh 1.8 install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/koupleless_runtime_ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'koupleless/adapter'
path: 'adapters'
path: 'adapter'

- name: Build adapter and install
run: cd adapter && ./script/ci_build.sh 1.8 install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/koupleless_runtime_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'koupleless/adapter'
path: 'adapters'
path: 'adapter'

- name: Build adapter and install
run: cd adapter && ./script/ci_build.sh 1.8 install
Expand Down

0 comments on commit a84180a

Please sign in to comment.