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 7c5c6f4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on: push
jobs:
build:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -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 7c5c6f4

Please sign in to comment.