Merge pull request #393 from fisuda/fix/maintenance_script #874
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@v3 | |
- name: Run setup test | |
run: ./tests/script/setup_test.sh |