Skip to content

[CI] Support GitHub Actions #3

[CI] Support GitHub Actions

[CI] Support GitHub Actions #3

Workflow file for this run

name: Build Docker images
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:
- uses: actions/checkout@v4
- run: env && ./ci_test.py