Skip to content

Commit

Permalink
Do not use root directory to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paralleltree committed Sep 21, 2024
1 parent 58c7cf1 commit 710bf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run: |
mkdir .github/ProjectRoot/Packages/dev.paltee.avatar-aid -p
mv * .github/ProjectRoot/Packages/dev.paltee.avatar-aid
mv .github/ProjectRoot/* .
- uses: anatawa12/sh-actions/resolve-vpm-packages@master
with:
project-path: .github/ProjectRoot
repos: |
https://vpm.nadena.dev/vpm-prerelease.json
Expand All @@ -35,5 +35,5 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
unityVersion: 2022.3.22f1
projectPath: .
projectPath: .github/ProjectRoot
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 710bf2e

Please sign in to comment.