Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas committed May 24, 2024
1 parent f3ad048 commit 4281dd1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,14 @@ jobs:
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: "latest"
- name: Build cadmium
run: pnpm build:wasm
- name: Install dependencies
run: pnpm install
- name: Build cadmium
run: pnpm build
- name: Install playwright dependencies
run: pnpm exec playwright install
- name: Build
env:
BASE_PATH: "/${{ github.event.repository.name }}"
run: pnpm turbo run build
- name: Test Web
run: pnpm turbo run test
- name: Test Rust
run: pnpm run test:rust
- uses: actions/upload-artifact@v4
with:
name: cadmium
Expand Down

0 comments on commit 4281dd1

Please sign in to comment.