Skip to content

Commit

Permalink
yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jan 31, 2024
1 parent 4075ac8 commit e7c2eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
projectPath:
- test-package
unityVersion: "2020.3.0f1" # some version must be included for package testing
unityVersion: '2020.3.0f1' # some version must be included for package testing
testMode:
- playmode
- editmode
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
checkName: ${{ matrix.testMode }} Test Results
coverageOptions: "generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+my.assembly.*"
coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+my.assembly.*'

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit e7c2eee

Please sign in to comment.