We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc15bb6 commit 8c82042Copy full SHA for 8c82042
.github/workflows/node.js.yml
@@ -25,8 +25,8 @@ jobs:
25
run: sudo apt install php-cli
26
- name: Install Node.js dependencies
27
run: npm install
28
- # - name: Run end-to-end tests
29
- # run: npm run test:e2e
+ - name: Run end-to-end tests
+ run: npm run test:e2e
30
- name: Run unit tests
31
run: npm run test:unit
32
@@ -50,7 +50,7 @@ jobs:
50
uses: oven-sh/setup-bun@v1
51
- name: Install dependencies using Bun
52
run: bun install
53
- # - name: Run end-to-end tests with Bun
54
- # run: bun run test:e2e
+ - name: Run end-to-end tests with Bun
+ run: bun run test:e2e
55
- name: Run unit tests with Bun
56
run: bun run test:unit
0 commit comments