Skip to content

Commit

Permalink
Updated UnitTest workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Mar 23, 2024
1 parent beb9820 commit bc09e21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
required: false
type: string
default: dev
FRAMEWORK:
required: false
type: string

jobs:
UnitTest:
Expand All @@ -20,3 +23,4 @@ jobs:
GIST: ${{ secrets.GIST }}
with:
ZNUNY_REF: ${{ inputs.ZNUNY_REF || 'dev' }}
FRAMEWORK: ${{ inputs.FRAMEWORK || 'znuny' }}

0 comments on commit bc09e21

Please sign in to comment.