-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Move refactoring work to another PR"
This reverts commit 83e848f.
- Loading branch information
1 parent
cc53ebe
commit 74f3f90
Showing
9 changed files
with
163 additions
and
305 deletions.
There are no files selected for viewing
37 changes: 0 additions & 37 deletions
37
.github/actions/run-ee-server-for-ext-container/action.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: 'Install Docker on macOS runner' | ||
description: 'Install Docker using colima' | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Install Docker Engine | ||
run: brew install colima | ||
shell: bash | ||
|
||
- name: Install Docker client | ||
run: brew install docker | ||
shell: bash | ||
|
||
- name: Start Docker Engine | ||
run: colima start | ||
shell: bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
parver==0.5 | ||
crudini==0.9.4 | ||
delocate==0.10.4 | ||
mypy==1.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.