Skip to content

Android: Build Swift SDK for Android supporting API 23 #194

Android: Build Swift SDK for Android supporting API 23

Android: Build Swift SDK for Android supporting API 23 #194

Workflow file for this run

name: Build Docker images
permissions:
contents: read
on: [pull_request]
env:
ghprbPullId: ${{ github.event.number }}
ghprbGhRepository: ${{ github.repository_owner }}/${{ github.event.repository.name }}
jobs:
build:
name: Build Docker images
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker images
run: ./ci_test.py
- name: Archive production artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: docker-logs
path: |
*.log