ares/.github/workflows/hoon-shared.yml

24 lines
535 B
YAML
Raw Normal View History

2023-03-04 11:24:08 +03:00
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