ares/.github/workflows/hoon-shared.yml
2023-03-06 18:34:22 +09:00

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