Skip to content

Commit befafa3

Browse files
committed
Suggest xc test; we shouldn't need --env anymo
1 parent 5e1e63d commit befafa3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
7072
node --check ./action.js
7173
```

0 commit comments

Comments
 (0)