Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
remove additional mock s3 step
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Mar 31, 2024
1 parent a6fe3f8 commit d0b1800
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/server-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
working-directory: ./server
runs-on: self-hosted
continue-on-error: false

env:
SERVER_ROOT: ${{ github.workspace }}/server
steps:
- uses: actions/checkout@v3
- name: Install Toolchain
run: rustup update stable && rustup default stable && rustup component add rustfmt
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run mock S3 server
run: docker run -p 6333:80 -v ${{ github.workspace }}/server/tests/test_s3_files:/usr/share/nginx/html -d nginx
- name: setup-redis
uses: shogo82148/actions-setup-redis@v1
with:
Expand Down

0 comments on commit d0b1800

Please sign in to comment.