Merge pull request #1913 from certego/fix_users_migration_typo #4
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
on: | |
push: | |
branch: | |
- master | |
name: Test build of cape2.sh | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run script file | |
run: | | |
chmod a+x "${GITHUB_WORKSPACE}/installer/cape2.sh" | |
BUILD_ENV=1 "${GITHUB_WORKSPACE}/installer/cape2.sh" base | |
shell: bash |