Skip to content

Commit

Permalink
Update unittests.yml with reproduce-error job
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker authored Jan 6, 2025
1 parent d9f49d5 commit 673a71e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ concurrency:

jobs:

reproduce-error:
runs-on: windows-latest
steps:
- name: 🐙 Setup git environment of plugin
uses: actions/checkout@v4

- name: 🤖 Setup Godot binary
uses: lihop/setup-godot@v2
with:
version: 4.3-stable
bits: 64
mono: false

data:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 673a71e

Please sign in to comment.