Skip to content

Commit 3ae3081

Browse files
committed
Fixed tests
1 parent 7bbbe04 commit 3ae3081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: ^0.17
3838
token: ${{ secrets.GITHUB_TOKEN }}
39-
args: --check ./test
39+
args: --check ./test/sample.lua
4040
smoketest_latest_version_provided:
4141
runs-on: ubuntu-latest
4242
steps:
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
version: latest
4747
token: ${{ secrets.GITHUB_TOKEN }}
48-
args: --check ./test
48+
args: --check ./test/sample.lua
4949
# only install / cache the StyLua install, don't run it
5050
smoketest_args_false:
5151
runs-on: ubuntu-latest
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
version: latest
6262
token: ${{ secrets.GITHUB_TOKEN }}
63-
args: ./test
63+
args: false
6464

6565
- name: Confirm test file was not changed
6666
run: |

0 commit comments

Comments
 (0)