Skip to content

[#133] Created plot_sphere_surface() (#140) #68

[#133] Created plot_sphere_surface() (#140)

[#133] Created plot_sphere_surface() (#140) #68

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build-and-test:
timeout-minutes: 10
runs-on: ubuntu-latest
env:
ACTIONS_ENVIRONMENT: true
steps:
- uses: actions/checkout@v4
- name: Run build.sh 🏗️
run: ./build.sh
- name: Run test.sh 🧪
run: ./test.sh