This commit is contained in:
Kara Hoagland 2022-12-02 18:31:44 -08:00
commit b364d79ef8

View File

@ -23,7 +23,5 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: sudo npm install run: sudo npm install
- name: Start local http server
run: sudo npm run http-server &
- name: Run tests - name: Run tests
run: sudo npm lint-prettier run: sudo npm run lint-prettier