Merge pull request #4 from fcaretti/get_table #15
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: Actions on fcaretti | |
on: [push] | |
jobs: | |
test-docker-image: | |
runs-on: ubuntu-latest | |
container: | |
image: fcaretti/ping_pong:latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v3 | |
- name: Run tests in tests/fcaretti directory | |
run: | | |
cd tests | |
python3 models_test.py |