Skip to content

Commit

Permalink
Merge pull request #29 from nowsprinting/chore/fix_test_workflow
Browse files Browse the repository at this point in the history
Remove pin depends packages version in test workflow
  • Loading branch information
nowsprinting authored Jun 30, 2023
2 parents 01a96d0 + a006da8 commit b507aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
unityVersion: # Available versions see: https://game.ci/docs/docker/versions
- 2019.4.40f1
- 2019.4.40f1 # Note: Tests failure in Unity 2020+ Linux editor. see #17
include:
- unityVersion: 2019.4.40f1
octocov: true
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Install dependencies
run: |
npm install -g openupm-cli
openupm add -f com.unity.test-framework@1.3.2
openupm add -f com.unity.testtools.codecoverage@1.2.2
openupm add -f com.unity.test-framework
openupm add -f com.unity.testtools.codecoverage
openupm add -ft "${{ env.package_name }}"@file:../../
working-directory: ${{ env.CREATED_PROJECT_PATH }}

Expand Down

0 comments on commit b507aaf

Please sign in to comment.