Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berdav committed Feb 19, 2024
1 parent 5de9355 commit 962260e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action-test-snappy-fox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 962260e

Please sign in to comment.