diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78d7b94..17a91f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push jobs: - build: + build_test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -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 +