Skip to content

Commit

Permalink
Update task ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner committed Jan 13, 2023
1 parent cc22315 commit 38d7390
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@ jobs:
- name: 🌎 install dependencies
run: npm ci --unsafe-perm

- name: 🙏🏽 build
- name: ⚡️build
run: npm run build

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: node -v

- name: 🌎 install dependencies
run: npm ci --unsafe-perm

- name: 🙏🏽 test
run: npm run test

0 comments on commit 38d7390

Please sign in to comment.