Skip to content

Commit 61319fe

Browse files
authored
Update linux.yml
1 parent 17a0f4f commit 61319fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: linux-x64
22
on:
33
push:
44
branches: [master]
5+
workflow_dispatch:
6+
57
jobs:
68
test262:
79
runs-on: ubuntu-latest
@@ -11,4 +13,4 @@ jobs:
1113
- run: ls -lah
1214
- run: cd quickjs && bash scripts/ci.sh
1315
- run: cd quickjs && cat test262_report.txt
14-
- run: cd quickjs && cat test262_errors.txt
16+
- run: cd quickjs && cat test262_errors.txt

0 commit comments

Comments
 (0)