Skip to content

chore: starship js merge into monorepo #2

chore: starship js merge into monorepo

chore: starship js merge into monorepo #2

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
types: [opened, reopened]
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository 🛎️
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install Dependencies
run: yarn install
- name: Build Project
run: yarn build
- name: Test @starship-ci/client
run: cd ci/client && yarn test
# - name: Test starshipjs
# run: cd js/starshipjs && yarn test