Skip to content

Commit 0788e01

Browse files
authored
Update workflows to gha-android-3.3.1 (#196)
* Update workflows to latest testing config * Apply prod config - 3.3.1
1 parent f607561 commit 0788e01

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
build-and-test:
2020
name: "CI"
21-
uses: adobe/aepsdk-commons/.github/workflows/android-build-and-test.yml@gha-android-3.3.0
21+
uses: adobe/aepsdk-commons/.github/workflows/android-build-and-test.yml@gha-android-3.3.1
2222
with:
2323
android-api-levels: '[29]'
2424
run-test-unit: true

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
publish:
4141
permissions:
4242
contents: write
43-
uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.3.0
43+
uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.3.1
4444
with:
4545
tag: ${{ github.event.inputs.tag }}
4646
create-github-release: ${{ github.event.inputs.create-github-release == 'true' }}

.github/workflows/maven-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
publish:
2020
permissions:
2121
contents: write
22-
uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.3.0
22+
uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.3.1
2323
secrets: inherit

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
permissions:
6363
contents: write
6464
pull-requests: write
65-
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-android-3.3.0
65+
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-android-3.3.1
6666
with:
6767
version: ${{ github.event.inputs.version }}
6868
branch: ${{ github.event.inputs.branch }}

.github/workflows/upstream-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
upstream-integration-test:
6565
name: "Edge Network (server) integration test"
6666
needs: setup-job
67-
uses: adobe/aepsdk-commons/.github/workflows/android-custom-command-build-and-test.yml@gha-android-3.3.0
67+
uses: adobe/aepsdk-commons/.github/workflows/android-custom-command-build-and-test.yml@gha-android-3.3.1
6868
with:
6969
android-api-levels: '[29]'
7070
command: make upstream-integration-test TAGS_MOBILE_PROPERTY_ID=${{ github.event.inputs.tags-mobile-property-id }} EDGE_LOCATION_HINT=${{ github.event.inputs.edge-location-hint }}

0 commit comments

Comments
 (0)