mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Use Local compose (#318)
This commit is contained in:
@@ -73,8 +73,12 @@ jobs:
|
||||
|
||||
- name: Build Revanced APKs
|
||||
run: |
|
||||
docker-compose -f docker-compose-local.yml up --build
|
||||
|
||||
if [ -n "CI_TEST" ]; then
|
||||
echo "In CI Testing. Using local compose file."
|
||||
docker-compose -f docker-compose-local.yml up --build
|
||||
else
|
||||
docker-compose up --build
|
||||
fi
|
||||
- name: Upload Build APKS
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user