Workflow fix

This commit is contained in:
Davide Berardi 2024-02-19 15:45:05 +01:00
parent 5de93552f7
commit 962260e90a
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
working-directory: ./test
run: |
cd test
bash run-test.sh
bash run-tests.sh
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"