Skip to content

Commit

Permalink
ci: more fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 10, 2023
1 parent 7a83916 commit d345372
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
- run: |
ls -lR
- uses: actions/cache@v3
with:
path: Library
key: Library-${{ matrix.projectPath }}
restore-keys: Library-

- uses: game-ci/unity-builder@v3
id: docgen
with:
Expand Down
31 changes: 16 additions & 15 deletions UnitTests~/nadena.dev.ndmf.UnitTests.asmdef
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "nadena.dev.ndmf.UnitTests",
"references": [
"GUID:62ced99b048af7f4d8dfe4bed8373d76"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
"name": "nadena.dev.ndmf.UnitTests",
"references": [
"GUID:62ced99b048af7f4d8dfe4bed8373d76",
"GUID:b93f844d45cfcc44fa2b0eed5c9ec6bb"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit d345372

Please sign in to comment.