Skip to content

Commit

Permalink
only change moudle path
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe authored Jul 21, 2024
1 parent c2e3da2 commit efa0c7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
js: true
steps:
- id: go-test
uses: alist-org/actions/go-test@main
uses: djherbis/actions/go-test@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
coveralls_parallel: true
if: ${{ !matrix.js }}
- id: go-test-js
uses: alist-org/actions/go-test-js@main
uses: djherbis/actions/go-test-js@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
coveralls_parallel: true
Expand Down
8 changes: 4 additions & 4 deletions js.cover.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

docker build -f js.cover.dockerfile -t js.cover.alist-org.times .
docker create --name js.cover.alist-org.times js.cover.alist-org.times
docker cp js.cover.alist-org.times:/go/src/github.com/alist-org/times/profile.cov .
docker rm -v js.cover.alist-org.times
docker build -f js.cover.dockerfile -t js.cover.djherbis.times .
docker create --name js.cover.djherbis.times js.cover.djherbis.times
docker cp js.cover.djherbis.times:/go/src/github.com/alist-org/times/profile.cov .
docker rm -v js.cover.djherbis.times
8 changes: 4 additions & 4 deletions linux.cover.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

docker build -f linux.cover.dockerfile -t linux.cover.alist-org.times .
docker create --name linux.cover.alist-org.times linux.cover.alist-org.times
docker cp linux.cover.alist-org.times:/go/src/github.com/alist-org/times/profile.cov .
docker rm -v linux.cover.alist-org.times
docker build -f linux.cover.dockerfile -t linux.cover.djherbis.times .
docker create --name linux.cover.djherbis.times linux.cover.djherbis.times
docker cp linux.cover.djherbis.times:/go/src/github.com/alist-org/times/profile.cov .
docker rm -v linux.cover.djherbis.times

0 comments on commit efa0c7d

Please sign in to comment.