Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteenm committed Sep 12, 2024
1 parent ff0cb20 commit 2321fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
workflow_dispatch: # manual trigger

jobs:
deploy:
name: Deploy
Expand All @@ -27,9 +27,6 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Tests pass
run: yarn test

- name: Build list
run: yarn build

Expand All @@ -40,7 +37,7 @@ jobs:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
NPM_TOKEN: op://npm-deploy/npm-runner-token/secret
NPM_TOKEN: op://npm-deploy/npm-runner-token/secret

- name: Publish to NPM
uses: JS-DevTools/npm-publish@18351461ae08dde235c0ccee0633ec905f0b9a52
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/uniswap-default.tokenlist.json",
"prepublishOnly": "npm test && npm run build"
"prepublishOnly": "npm run build"
},
"files": [
"build/uniswap-default.tokenlist.json"
Expand Down

0 comments on commit 2321fe1

Please sign in to comment.