Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove swazzler functional test step #1842

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/workflows/swazzler-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,21 @@ jobs:
with:
node-version: 20.x

- name: "Publish SDK locally"
run: ./gradlew publishDebugSdk --no-daemon

- name: Checkout Swazzler
uses: actions/checkout@v4
with:
repository: embrace-io/embrace-swazzler3
path: ./embrace-swazzler3
token: ${{ secrets.GH_ANDROID_SDK_TOKEN }}

- name: "Publish Swazzler locally"
working-directory: ./embrace-swazzler3
run: ./gradlew publishToMavenLocal --no-daemon

- name: "Run Integration Tests"
working-directory: ./embrace-swazzler3
run: ./gradlew :embrace-gradle-plugin-integration-tests:test --stacktrace

- name: "Run Functional Tests"
working-directory: ./embrace-swazzler3
run: ./gradlew :embrace-gradle-plugin-functional-tests:test --tests "io.embrace.android.gradle.swazzler.tests.*" --stacktrace

- name: "Test Results"
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: swazzler-test-results
path: |
./embrace-swazzler3/embrace-gradle-plugin-functional-tests/build/reports/tests/test
./embrace-swazzler3/embrace-gradle-plugin-functional-tests/test_debug_output
./embrace-swazzler3/embrace-gradle-plugin-integration-tests/build/reports/tests/test
Loading