Skip to content

Commit

Permalink
Merge pull request #101 from nowsprinting/chore/utf_stable
Browse files Browse the repository at this point in the history
Add `@stable` virtual dist-tag when installing test-framework package
  • Loading branch information
nowsprinting authored Oct 3, 2024
2 parents 98212ac + 255eec1 commit 8beeede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install dependencies
run: |
npm install -g openupm-cli
openupm add -f com.unity.test-framework@1.4.5
openupm add -f com.unity.test-framework@stable
openupm add -f com.unity.testtools.codecoverage
openupm add -f com.cysharp.unitask
working-directory: ${{ env.CREATED_PROJECT_PATH }}
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ create_project:
-createProject $(PROJECT_HOME) \
-batchmode \
-quit
touch UnityProject~/Assets/.gitkeep
openupm -c $(PROJECT_HOME) add -f com.unity.test-framework@1.4.5
openupm -c $(PROJECT_HOME) add -f com.unity.testtools.codecoverage
openupm -c $(PROJECT_HOME) add -f com.cysharp.unitask
openupm -c $(PROJECT_HOME) add -ft $(PACKAGE_NAME)@file:../../
touch $(PROJECT_HOME)/Assets/.gitkeep
openupm add -c $(PROJECT_HOME) -f com.unity.test-framework@stable
openupm add -c $(PROJECT_HOME) -f com.unity.testtools.codecoverage
openupm add -c $(PROJECT_HOME) -f com.cysharp.unitask
openupm add -c $(PROJECT_HOME) -ft $(PACKAGE_NAME)@file:../../

.PHONY: remove_project
remove_project:
Expand Down

0 comments on commit 8beeede

Please sign in to comment.