From 381c1a7fc0cc17d548d0018653d9c4a3c06e0e9c Mon Sep 17 00:00:00 2001 From: MDCDEV Date: Sun, 2 Oct 2022 18:51:40 -0500 Subject: [PATCH] I dont wanna see you more --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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