Skip to content

Commit

Permalink
add unit tests to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget committed Jul 12, 2024
1 parent 2e62d2c commit 8a2924d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
npm install -g appium
npm ci
npm run build
npm run test
appium driver run xcuitest build-wda
wda=$(ls -d /Users/distiller/Library/Developer/Xcode/DerivedData/WebDriverAgent*)
echo $wda
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
npm install -g appium
npm install
npm run build
npm run test
appium driver list
mkdir ${{ github.workspace }}/appium-logs
adb logcat > ${{ github.workspace }}/appium-logs/flutter.txt &
Expand Down

0 comments on commit 8a2924d

Please sign in to comment.