Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…wasmer-sdk
  • Loading branch information
xdoardo authored Aug 6, 2024
2 parents 2141499 + 2c59b57 commit f906436
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 f906436

Please sign in to comment.