feat: source between each install #88
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: | |
branches: | |
- master | |
jobs: | |
test-install: | |
name: Test Install | |
strategy: | |
matrix: | |
distros: [ubuntu-latest] | |
runs-on: ${{ matrix.distros }} | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: Homebrew/actions/setup-homebrew@master | |
- name: Install | |
run: | | |
bash install.sh << EOF | |
pmqueiroz | |
[email protected] | |
password | |
EOF |