Skip to content

Commit

Permalink
comment out web tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Sep 11, 2024
1 parent 6e9fcf9 commit d1f57b9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/web-tests.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Web Tests
# name: Web Tests

on:
pull_request:
push:
branches: main
# on:
# pull_request:
# push:
# branches: main

jobs:
wasm-pack-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# jobs:
# wasm-pack-test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

- name: install wasm-pack
uses: jetli/[email protected]
with:
version: latest
# - name: install wasm-pack
# uses: jetli/[email protected]
# with:
# version: latest

- name: Install Just
uses: extractions/setup-just@v2
# - name: Install Just
# uses: extractions/setup-just@v2

- name: Run tests
run: just test-web
# - name: Run tests
# run: just test-web

0 comments on commit d1f57b9

Please sign in to comment.