Skip to content

Commit 1daf8d3

Browse files
committed
ci: test esbuild-project example
1 parent 582c2a4 commit 1daf8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
env: { CI: 1 }
3535
if: matrix.os != 'ubuntu-latest'
3636

37-
# sanity check that the rollup plugin made a file without needing to loadConfig
37+
# sanity check that plugins made a file without needing to loadConfig
3838
- run: yarn --cwd ./examples/rollup-project start
39+
- run: yarn --cwd ./examples/esbuild-project start
3940

4041
- uses: codecov/codecov-action@v1
4142
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)