Skip to content

feat: derive satellites and orbiters with canister sync data and load on table segments #108

feat: derive satellites and orbiters with canister sync data and load on table segments

feat: derive satellites and orbiters with canister sync data and load on table segments #108

Workflow file for this run

name: Frontend Tests
on:
pull_request:
paths:
- 'src/frontend/**'
- 'package-lock.json'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Frontend tests
run: npm run test:frontend
may-merge:
needs: ['tests']
runs-on: ubuntu-latest
steps:
- name: Cleared for merging
run: echo OK