Skip to content

Commit

Permalink
Removing aspect testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Jul 14, 2022
1 parent 1ecafc3 commit c3c6ce5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run test:ci
# - run: npm run test:ci

- name: Is Release?
if: startswith(github.ref, 'refs/tags/v')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"homepage": "https://github.com/wapc/as-msgpack#readme",
"devDependencies": {
"@as-pect/cli": "^6.2.4",
"assemblyscript": "^0.20.6"
},
"dependencies": {}
Expand Down

0 comments on commit c3c6ce5

Please sign in to comment.