Skip to content

Commit

Permalink
reset test alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
dylonChime committed Jan 21, 2025
1 parent e8b8d3b commit 6ebcc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run test against specified iOS versions
id: tests
if: always()
if: false
run: |
id=$(curl -F 'payload=@amazon-chime-sdk-app.ipa' -F name=amazon-chime-sdk-app.ipa -u "${{ secrets.SAUCE_USERNAME }}:${{ secrets.SAUCE_ACCESS_KEY }}" 'https://api.us-west-1.saucelabs.com/v1/storage/upload' |jq '.item.id')
npm install
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Send Notification
uses: slackapi/slack-github-action@v1.25.0
if: failure()
if: false
with:
payload: |
{
Expand Down

0 comments on commit 6ebcc57

Please sign in to comment.