Skip to content

Merge remote-tracking branch 'origin/2024-a-universal-language' into … #238

Merge remote-tracking branch 'origin/2024-a-universal-language' into …

Merge remote-tracking branch 'origin/2024-a-universal-language' into … #238

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
- working-directory: "./orbitmines.com"
run: npm install
- working-directory: "./orbitmines.com"
run: npm run test -- --watchAll=false