Skip to content

Commit

Permalink
CICD: add workflow-telemetry-action
Browse files Browse the repository at this point in the history
CICD: update metric_frequency
add change in ui tests folder to trigger gh action
fix workflow
  • Loading branch information
AlexPerathoner committed May 22, 2023
1 parent a113837 commit a54d827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/xcode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:

- name: Switch Xcode version
run: sudo xcode-select -s "/Applications/Xcode_14.2.app"
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1
with:
metric_frequency: 0.5
- name: Build and Test
continue-on-error: true
id: run-tests
Expand Down
1 change: 1 addition & 0 deletions SlimHUDUITests/SettingsUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,5 @@ final class SettingsUITest: SparkleUITests {
.pixelAt(x: Int(position.x), y: Int(position.y))
XCTAssertNotEqual(firstColor, secondColor)
}

}

0 comments on commit a54d827

Please sign in to comment.