Skip to content

Commit

Permalink
fix github actions about custom container
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Jan 19, 2024
1 parent 438fafc commit a5c621f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_docker_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
cd __tests__/e2e/custom && sudo ./run && cd -
- name: test custom container
run: |
cd custom-container && sudo ./run && cd -
cd __tests__/e2e/custom-container && sudo ./run && cd -
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_docker_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
cd __tests__/e2e/custom && ./run && cd -
- name: test custom container
run: |
cd custom-container && ./run && cd -
cd __tests__/e2e/custom-container && ./run && cd -

0 comments on commit a5c621f

Please sign in to comment.