diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 2d418ec..b62c2e9 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -1,7 +1,7 @@ # This workflow will build a Swift project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift -name: Swift +name: Test on: push: @@ -21,7 +21,7 @@ jobs: timezoneLinux: "Australia/Melbourne" timezoneMacos: "Australia/Melbourne" timezoneWindows: "Australia/Melbourne" - - uses: BinaryBirds/swift-test-report@0.0.1 + # - uses: BinaryBirds/swift-test-report@0.0.1 - name: Build run: swift build -v - name: Run tests