diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 917f7ad..984cc47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,10 +47,7 @@ jobs: with: node-version: 16 - name: Install dependencies - run: npm ci & npm i jest -g - - name: Run tests - run: npm run test - + run: npm ci # New job, this job is called "publish" and will run on the latest version of Ubuntu # This job need the "release" and "docs" jobs to be successful