Skip to content

Commit

Permalink
test: remove build and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
emily40830 committed Dec 25, 2022
1 parent 01c06de commit b9e872f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: TodoList testing
on:
push:
branches: [main, feat/add-ci-pipeline]
pull_request:
branches: [main, feat/add-ci-pipeline]

jobs:
mac-test-job:
Expand All @@ -31,10 +29,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: npm ci, build and test
- name: npm test
run: |
npm ci
npm run build --if-present
npm test
window-test-job:
Expand Down

0 comments on commit b9e872f

Please sign in to comment.