Skip to content

Commit

Permalink
Move runs-on and timeout-minutes to the correct area
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Sep 14, 2024
1 parent b592fd3 commit e55981c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ concurrency:

jobs:
unit-test:
runs-on: ${{ inputs.os }}
timeout-minutes: 15
steps:
- name: "Unit Tests"
runs-on: ${{ inputs.os }}
timeout-minutes: 15
uses: ./.github/actions/unit-test
with:
godot-version: ${{ inputs.godot-version }}
Expand Down

0 comments on commit e55981c

Please sign in to comment.