Skip to content

Improved isolation between internal and non-internal code base #29

Improved isolation between internal and non-internal code base

Improved isolation between internal and non-internal code base #29

Workflow file for this run

name: composer ci-script
on:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build -t $GITHUB_REPOSITORY:$GITHUB_SHA .
- name: Run composer ci-script
run: docker run $GITHUB_REPOSITORY:$GITHUB_SHA composer ci-script