Skip to content

Commit dfe93a3

Browse files
committed
Fix htmltest config file name
1 parent 132e8c6 commit dfe93a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
continue-on-error: true
3838
uses: wjdp/htmltest-action@master
3939
with:
40-
config: .htmltest.yml
40+
config: .htmltest.yaml
4141

4242
- name: Archive htmltest results
4343
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)