Fix tests ui linux executing the wrong file

This commit is contained in:
Théophile Diot 2023-09-22 09:17:11 +01:00
parent db404a62c3
commit df12058824
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -113,6 +113,6 @@ jobs:
}' | tee plugin.json
zip discord.zip plugin.json
rm plugin.json
./test.sh "linux"
./tests.sh "linux"
env:
MODE: ${{ inputs.RELEASE }}