mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
24 lines
535 B
YAML
24 lines
535 B
YAML
on:
|
|
workflow_call:
|
|
|
|
env:
|
|
URBIT_URL: 'https://urbit.org/install/linux-x86_64/latest'
|
|
PILL_URL: 'https://github.com/urbit/urbit/raw/master/bin/solid.pill'
|
|
URBIT_PIER: './pier'
|
|
DESK: 'sandbox'
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: 'ubuntu-latest'
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: 'Boot fake ship'
|
|
run: ./.github/scripts/hoon/boot-ship.sh
|
|
|
|
- name: 'Setup fake ship'
|
|
run: ./.github/scripts/hoon/setup-ship.sh
|
|
|
|
- name: 'Test fake ship'
|
|
run: ./.github/scripts/hoon/test-ship.sh
|