Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit fa8484f

Browse files
authored
Update node.js.yml
1 parent 5ced344 commit fa8484f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Angular Build and Test
1+
name: Angular Build
22

33
on: [ push ]
44

@@ -17,9 +17,9 @@ jobs:
1717
run: npm install
1818
- name: Build
1919
run: npm run build
20-
- name: Setup Chrome
21-
uses: browser-actions/setup-chrome@latest
22-
- name: Export Chrome Binary
23-
run: export ${{ format('CHROME_BINARY={0}', steps.setup-chrome.outputs.chrome-path) }}
24-
- name: Test
25-
run: npm test
20+
# - name: Setup Chrome
21+
# uses: browser-actions/setup-chrome@latest
22+
# - name: Export Chrome Binary
23+
# run: export ${{ format('CHROME_BINARY={0}', steps.setup-chrome.outputs.chrome-path) }}
24+
# - name: Test
25+
# run: npm test

0 commit comments

Comments
 (0)