Skip to content

Commit 8c82042

Browse files
author
Unitech
committed
touch test
1 parent fc15bb6 commit 8c82042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: sudo apt install php-cli
2626
- name: Install Node.js dependencies
2727
run: npm install
28-
# - name: Run end-to-end tests
29-
# run: npm run test:e2e
28+
- name: Run end-to-end tests
29+
run: npm run test:e2e
3030
- name: Run unit tests
3131
run: npm run test:unit
3232

@@ -50,7 +50,7 @@ jobs:
5050
uses: oven-sh/setup-bun@v1
5151
- name: Install dependencies using Bun
5252
run: bun install
53-
# - name: Run end-to-end tests with Bun
54-
# run: bun run test:e2e
53+
- name: Run end-to-end tests with Bun
54+
run: bun run test:e2e
5555
- name: Run unit tests with Bun
5656
run: bun run test:unit

0 commit comments

Comments
 (0)