snapshot
method renamed to takeSnapshot
#61
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |