Skip to content

Commit

Permalink
testing work flow again 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 26, 2021
1 parent 466005b commit 2333286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
done
- name: run busted tests
run: |
PROJDIR=`pwd` busted --verbose -m "$PROJDIR/src/?.lua;$PROJDIR/tools/?.lua;$PROJDIR/tools/?/init.lua"
PROJDIR=`pwd` busted --verbose -m "./src/?.lua;./tools/?.lua;./tools/?/init.lua"

0 comments on commit 2333286

Please sign in to comment.