File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6060 env :
6161 VERBOSE : ${{ matrix.verbose }}
6262 - run : tea --env --dump
63- - run : tea --env xc test
63+ - run : tea xc test
6464 - run : which tea
6565 - run : find "$(tea --silent --prefix)"/tea.xyz
6666 - run : find /opt/tea.xyz -name v0.? -o -name v0.?? -mindepth 1 -maxdepth 1 -print0 | xargs -0 test -L
@@ -100,7 +100,7 @@ jobs:
100100 - run : test v$VERSION = v${{ steps.tea.outputs.version }}
101101 - run : tea --env
102102 - run : which tea
103- - run : tea --env xc test
103+ - run : tea xc test
104104 - run : node --eval 'console.log(1)'
105105
106106 multiple-apply :
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ See our CI scripts for details.
6666
6767# # Test
6868
69+ Run this with `xc test`.
70+
6971` ` ` sh
7072node --check ./action.js
7173` ` `
You can’t perform that action at this time.
0 commit comments