Fix tests ui linux workflow file

This commit is contained in:
Théophile Diot 2023-09-22 08:51:31 +01:00
parent e378be9a92
commit a0aced3e53
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,6 @@ name: Core test Linux (REUSABLE)
on:
workflow_call:
inputs:
TEST:
required: true
type: string
RELEASE:
required: true
type: string
@ -117,3 +114,5 @@ jobs:
zip discord.zip plugin.json
rm plugin.json
./test.sh "linux"
env:
MODE: ${{ inputs.RELEASE }}