Skip to content

Add Godot Android service integration #6

Add Godot Android service integration

Add Godot Android service integration #6

name: Android Unix socket transport
on:
pull_request:
paths:
- 'src/amy_unix_socket.c'
- 'src/amy_unix_socket.h'
- 'tests/test_amy_unix_socket.c'
- 'tests/run_amy_unix_socket_test.sh'
- '.github/workflows/android-unix-socket.yml'
permissions:
contents: read
jobs:
linux-socket-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Compile and run private Unix socket transport test
run: bash tests/run_amy_unix_socket_test.sh