Add support for setting a custom working-directory.

This commit is contained in:
Yang Chen
2020-02-15 18:22:17 +11:00
committed by Yang
parent d0fa6c63f8
commit ff311e8a7d
5 changed files with 27 additions and 7 deletions
+1 -3
View File
@@ -28,9 +28,6 @@ jobs:
npm run lint
npm test
- name: Prepare test fixture
run: cp -a ./test-fixture/* ./
- name: Java 13
uses: actions/setup-java@v1
with:
@@ -45,6 +42,7 @@ jobs:
profile: Nexus 6
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
disable-animations: true
working-directory: ./test-fixture/
script: |
echo $GITHUB_REPOSITORY
./gradlew help