Merge pull request #301 from osuosl/dependabot/composer/civicrm/civic… #118
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: ci | |
"on": | |
pull_request: | |
push: | |
branches: [master] | |
jobs: | |
install: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build container | |
run: | | |
docker build -t snowdrift-civicrm . | |
- name: Install using composer | |
run: | | |
docker run --rm -v $(pwd):/w -w /w -u $(id -u):$(id -g) snowdrift-civicrm composer install |