Merge pull request #398 from lets-fiware/release/0.40.0_next #443
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 22.04 | |
on: | |
push: | |
branches: | |
- main | |
- "*-next" | |
pull_request: | |
branches: | |
- main | |
- "*-next" | |
jobs: | |
setup-test: | |
name: setup test | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Run setup test | |
run: ./tests/script/setup_test.sh |