Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jan 13, 2025
1 parent fe1be92 commit 05afcdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
ci:
name: CI
name: Build, Test and Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -36,6 +36,7 @@ jobs:

- name: Setup Docker
uses: docker/setup-buildx-action@v1
if: runner.os == 'Linux'

- name: Fetch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -59,6 +60,7 @@ jobs:
- name: Build WebAssembly
run: npm run build-wasm
if: runner.os == 'Linux'

- name: Run tests
run: npm run test
Expand Down

0 comments on commit 05afcdb

Please sign in to comment.