Skip to content

Commit d12eca5

Browse files
committed
test
1 parent 547267d commit d12eca5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/fireperf-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
- cron: 4 */4 * * * # every 4 hours at 04 minutes past the hour
66
workflow_dispatch: # allow triggering the workflow manually
7+
pull_request:
78

89
concurrency:
910
group: ${{ github.workflow }}

.github/workflows/smoke-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ jobs:
6363
uses: actions/upload-artifact@v3
6464
with:
6565
name: smoke-tests-artifacts
66-
path: ${{ runner.temp }}
66+
path: |
67+
${{ runner.temp }}/**/*.apk
68+
${{ runner.temp }}/**/changed-artifacts.json
69+
${{ runner.temp }}/**/smoke-test-dependencies.log

0 commit comments

Comments
 (0)