Merge pull request #37 from codelicia/renovate/org.jetbrains.kotlin.j… #111
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: Python | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Python | |
uses: actions/setup-python@v5 | |
with: | |
python-version: 3.11 | |
- name: Build | |
run: | | |
make --directory 2021/php build | |
make --directory 2022/php build | |
- name: Test | |
run: | | |
make --directory 2021/php test | |
make --directory 2022/php test |