Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 10, 2023
1 parent 1b7d3e7 commit 2baa343
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ jobs:
key: Library-${{ matrix.projectPath }}
restore-keys: Library-

# - uses: game-ci/unity-builder@v3
# id: docgen
# with:
# buildMethod: DocsBuilder.BuildDocs
# allowDirtyBuild: true
# env:
# # meh, just a personal license...
# UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

- uses: game-ci/unity-test-runner@v3
id: gameci
env:
Expand All @@ -84,6 +75,17 @@ jobs:
githubToken: ${{ github.token }}
coverageOptions: generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+nadena.dev.*
customParameters: -nographics -assemblyNames Tests
targetPlatform: StandaloneWindows64

- uses: game-ci/unity-builder@v3
id: docgen
with:
targetPlatform: StandaloneWindows64
buildMethod: DocsBuilder.BuildDocs
allowDirtyBuild: true
env:
# meh, just a personal license...
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

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

0 comments on commit 2baa343

Please sign in to comment.