Skip to content

Commit

Permalink
restore CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Dec 12, 2023
1 parent e5a069a commit ed6dd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/device-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- release/*
pull_request:
paths-ignore:
- '**.md'
- "**.md"

jobs:
build:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Run Tests
id: first-run
# continue-on-error: true
continue-on-error: true
run: pwsh scripts/device-test.ps1 ios -Run

- name: Retry Tests (if previous failed to run)
Expand Down

0 comments on commit ed6dd63

Please sign in to comment.