-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update unittests.yml to use the unittests-project branch for tests
- Loading branch information
1 parent
0b6bfdd
commit 78b2447
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,8 +184,19 @@ jobs: | |
lib_release: ${{ needs.data.outputs.lib_release_windows_x86_64 }} | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- name: 🐙 Setup git environment | ||
- name: 🐙 Setup git environment of testing project | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: "unittests-project" | ||
submodules: "recursive" | ||
|
||
- name: 🐙 Setup git environment of plugin | ||
uses: actions/checkout@v4 | ||
with: | ||
path: "/addons/" | ||
submodules: "recursive" | ||
|
||
- run: ls addons | ||
|
||
- name: 💾 Load cached library as debug | ||
uses: actions/cache/[email protected] | ||
|