Skip to content

Refactor and rename wasm-pkg-loader to wasm-pkg-client #90

Refactor and rename wasm-pkg-loader to wasm-pkg-client

Refactor and rename wasm-pkg-loader to wasm-pkg-client #90

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
run-ci:
name: Run CI
runs-on: ubuntu-latest
services:
distribution:
image: distribution/distribution:2.8.3
ports:
- 5001:5000
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
ci/get-oras.sh
echo "/tmp/ci-bin" >> $GITHUB_PATH
- run: ci/run-ci.sh