Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Nov 22, 2024
1 parent 9d578c1 commit b61051d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,16 @@ jobs:
lib_release: ${{ needs.data.outputs.lib_release_windows_x86_64 }}
runs-on: ${{ matrix.os }}
steps:
- name: πŸ™ Setup git environment of testing project
- name: πŸ™ Setup git environment of plugin
uses: actions/checkout@v4
with:
ref: "unittests-project"
path: "addons/glecs"
submodules: "recursive"

- name: πŸ™ Setup git environment of plugin
- name: πŸ™ Setup git environment of testing project
uses: actions/checkout@v4
with:
path: "addons"
ref: "unittests-project"
submodules: "recursive"

- run: ls addons
Expand Down

0 comments on commit b61051d

Please sign in to comment.