Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Aug 8, 2024
1 parent 534609f commit f441180
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,21 @@ jobs:
with:
fetch-depth: 0

- name: Install node
uses: actions/setup-node@v4
- name: Set conda environment
uses: mamba-org/setup-micromamba@main
with:
node-version: 20
environment-name: cockle
environment-file: environment-dev.yml
init-shell: bash
cache-downloads: true

- name: Install dependencies
run: |
npm install
- name: Fetch wasm dependencies
run: npm run fetch:wasm

- name: Build
run: |
npm run build
Expand Down

0 comments on commit f441180

Please sign in to comment.