Skip to content

Merge branch 'main' into 1060-withdraw2-task-not-being-executed-when-… #1013

Merge branch 'main' into 1060-withdraw2-task-not-being-executed-when-…

Merge branch 'main' into 1060-withdraw2-task-not-being-executed-when-… #1013

Workflow file for this run

name: Test webapp
on: [push]
concurrency:
group: ${{ github.ref }}-webapp
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
test:
runs-on: ubuntu-latest
env:
COMMIT_SHA: ${{ github.sha }}
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: ./prep-all.sh
- run: nix develop -c npm run svelte-lint-format-check
working-directory: packages/webapp
- run: nix develop -c npm run test
working-directory: packages/webapp