Skip to content

Commit

Permalink
fix: add test run
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Aug 23, 2024
1 parent 5533a50 commit c52bbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emulator_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN echo "no" | avdmanager --verbose create avd --force --name "${EMULATOR_NAME}
COPY . /

RUN chmod a+x start_emu_headless.sh
RUN sh start_emu_headless.sh
RUN ./start_emu_headless.sh

#=======================
# framework entry point
Expand Down

0 comments on commit c52bbac

Please sign in to comment.