Skip to content

Commit

Permalink
Merge pull request #424 from wasmerio/registry-api
Browse files Browse the repository at this point in the history
Add functions to create and publish packages and to deploy apps.
  • Loading branch information
xdoardo authored Aug 6, 2024
2 parents 98fe85b + 0464d61 commit 2c59b57
Show file tree
Hide file tree
Showing 51 changed files with 4,578 additions and 1,838 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Package
run: npm run build
- name: Integration Tests
run: npm run test
run: WASMER_TOKEN=${{ secrets.WAPM_DEV_TOKEN }} WASMER_TEST_OWNER=ciuser npm run test

examples:
name: Build Examples
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
dist/
*.log
pkg/
.env
Loading

0 comments on commit 2c59b57

Please sign in to comment.