Skip to content

create simple http interface to global brain service #221

create simple http interface to global brain service

create simple http interface to global brain service #221

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-22.04 # https://github.com/actions/runner-images?tab=readme-ov-file#available-images
timeout-minutes: 60
env:
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
EARTHLY_SATELLITE: ${{ secrets.EARTHLY_SATELLITE }}
EARTHLY_ORG: ${{ secrets.EARTHLY_ORG }}
EARTHLY_CI: true
GITHUB_ACTIONS: true # Better earthly outputs in github actions
FORCE_COLOR: 1
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.10
- uses: actions/checkout@v4
- name: Test
run: earthly --no-output +ci-test