diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a66aa22..8d93da8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,14 +23,10 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - - name: Run Unit Tests + - name: Run Tests run: | npm install npm run test - - name: Run Integration Tests - run: | - npm install - npm run test:int - name: get-version id: package-version