Skip to content

Commit

Permalink
Update unittests.yml to use the unittests-project branch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Nov 22, 2024
1 parent 0b6bfdd commit 78b2447
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 78b2447

Please sign in to comment.