Skip to content

ci: add test/release workflows #1

ci: add test/release workflows

ci: add test/release workflows #1

Workflow file for this run

name: Run Tests
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
repository: extism/python-pdk

Check failure on line 18 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Run Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 18, Col: 9): Unexpected value 'repository' .github/workflows/test.yml (Line: 19, Col: 9): Unexpected value 'path'
path: python-pdk
- name: Setup Extism and XTP
run: |
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
sh install.sh
curl https://static.dylibso.com/cli/install.sh | sh
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '21'
- name: Install extism-py
run: |
cd python-pdk && ./build.py install
- name: Install
run: |
npm ci
npm install -g ejs-lint
- name: Build
run: |
npm run build
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-wasi
- name: Check Rust Version
run: rustc --version
- name: Run test script
run: |
cd tests && ./test.sh
- name: Run Bindgen Test
run: |
sh bindgen-test.sh install
sh bindgen-test.sh run