Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
NEW_APP_NAME: ${{ steps.check-app-updated-on-sl.outputs.NEW_APP_NAME }}
steps:
- name: checkout-test-harness
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: check-app-updated-on-sl
id: check-app-updated-on-sl
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
report-project: "bc-showcase-ios"
#timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: run-aath-agents
if: ${{ matrix.mobile-platform=='-p iOS' && !contains(matrix.report-project,'candy-uvp-pcft-chat') }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- name: run-sauce-connect-tunnel
if: ${{ matrix.mobile-platform=='-p iOS' && !contains(matrix.report-project,'candy-uvp-pcft-chat') && !contains(matrix.report-project,'bc-showcase-ios') }}
uses: saucelabs/sauce-connect-action@v2
uses: saucelabs/sauce-connect-action@v3
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
continue-on-error: true

- name: archive screenshots
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: test-screenshots_from_main
path: ./*.png
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
NEW_APP_NAME: ${{ steps.check-app-updated-on-sl.outputs.NEW_APP_NAME }}
steps:
- name: checkout-test-harness
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: check-app-updated-on-sl
id: check-app-updated-on-sl
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
report-project: "bc-showcase-ios"
#timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: run-aath-agents
if: ${{ matrix.mobile-platform=='-p iOS' && !contains(matrix.report-project,'candy-uvp-pcft-chat') }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

- name: run-sauce-connect-tunnel
if: ${{ matrix.mobile-platform=='-p iOS' && !contains(matrix.report-project,'candy-uvp-pcft-chat') && !contains(matrix.report-project,'bc-showcase-ios') }}
uses: saucelabs/sauce-connect-action@v2
uses: saucelabs/sauce-connect-action@v3
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
continue-on-error: true

- name: archive screenshots
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: test-screenshots_from_main
path: ./*.png
Expand Down