Merge pull request #295 from fisuda/fix/nifi.properties_not_found #643
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: Ubuntu 20.04 | |
on: | |
push: | |
branches: | |
- main | |
- "*-next" | |
pull_request: | |
branches: | |
- main | |
- "*-next" | |
jobs: | |
setup-test: | |
name: setup test | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Run setup test | |
run: ./tests/script/setup_test.sh |