Skip to content

Commit

Permalink
Update GitHub Actions & Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jan 21, 2025
1 parent 8860d12 commit 0e50482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/documentation-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
with:
scheme: 'TemplateApplication'
dryrun: ${{ github.ref_name != 'main' }}
xcodeversion: "16.1" # Temporary workaround for: https://github.com/actions/runner-images/issues/11335. Remove when resolved.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
with:
codeql: true
fastlanelane: codeql
xcodeversion: "16.1"
xcodeversion: "16.1" # Temporary workaround for: https://github.com/actions/runner-images/issues/11335. Remove when resolved.
1 change: 1 addition & 0 deletions TemplateApplicationUITests/SchedulerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class SchedulerTests: XCTestCase {
XCTAssert(app.staticTexts["What is your age?"].waitForExistence(timeout: 0.5))
XCTAssert(app.textFields["Tap to answer"].exists)
try app.textFields["Tap to answer"].enter(value: "25")
app.buttons["Done"].tap()

XCTAssert(nextButton.isEnabled)
nextButton.tap()
Expand Down

0 comments on commit 0e50482

Please sign in to comment.