mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
remove git from js unit test ci action
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
3043c6e157
commit
22a3e9f4f4
2
.github/workflows/js-unittest.yml
vendored
2
.github/workflows/js-unittest.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install apt updates
|
- name: Install apt updates
|
||||||
run: sudo apt -y update; sudo apt -y upgrade;
|
run: sudo apt -y update; sudo apt -y upgrade;
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: sudo apt install -y nodejs npm git;
|
run: sudo apt install -y nodejs npm;
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user