Skip to content

Commit

Permalink
test: added github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leechael committed Dec 14, 2023
1 parent 7a0e4f9 commit 5365e0e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on:
push:
branches: [ main ]
pull_request:

jobs:
test-jssdk:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend/packages/sdk
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: npm
- run: npm install
- run: npx @phala/fn build
- run: npx @phala/fn run dist/index.js -a 0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000043078303100000000000000000000000000000000000000000000000000000000 https://api-v2-mumbai-live.lens.dev/

0 comments on commit 5365e0e

Please sign in to comment.