Skip to content

Commit

Permalink
correct YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jan 31, 2024
1 parent 49ae14c commit ff350d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
restore-keys: |
Library-
- name: set a correct package path
run: |
mkdir ./package
cp -r ./. ./package/
- name: set a correct package path
run: |
mkdir ./package
cp -r ./. ./package/
# Test
- name: Run tests
uses: game-ci/unity-test-runner@v4
Expand Down

0 comments on commit ff350d4

Please sign in to comment.