Skip to content

Commit

Permalink
fix github actions about install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Jan 6, 2025
1 parent 04e6e00 commit 5bc126b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
# pull_request:
# branches:
# - master

env:
RANDSTR: github_node16
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci_with_docker_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
# pull_request:
# branches:
# - master

env:
REGION: cn-hongkong
Expand All @@ -13,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker-practice/actions-setup-docker@master
- uses: docker/setup-buildx-action@v2
- uses: actions/setup-node@v2
with:
node-version: 16
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/ci_with_docker_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

env:
REGION: cn-hongkong

jobs:
docker-ci:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: docker-practice/actions-setup-docker@master
- uses: docker/setup-buildx-action@v2
with:
driver: docker-container
driver-opts: network=host
- uses: actions/setup-node@v2
with:
node-version: 16
Expand Down

0 comments on commit 5bc126b

Please sign in to comment.