Skip to content

Commit

Permalink
remove tests from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Miller committed Oct 30, 2024
1 parent 02e881d commit 43b1344
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,9 @@ jobs:
with:
node-version: 16
- run: npm ci

test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install dependencies
run: npm install

- name: Run tests
run: npx hardhat test

update-version-and-publish:
needs: test
needs: build
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down

0 comments on commit 43b1344

Please sign in to comment.