Skip to content

Commit

Permalink
Merge branch 'main' into draw-trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
emileferreira committed Jan 24, 2024
2 parents a48c9e1 + 6638324 commit 24dc40f
Show file tree
Hide file tree
Showing 13 changed files with 1,965 additions and 1,454 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: Acceptance Tests

on: [push, workflow_dispatch]

name: Python tests
on: [push, workflow_dispatch, pull_request]
jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -20,6 +16,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install antlr4-python3-runtime==4.9.1
- name: run all the tests in the python script
run: |
python3 tests/test_all.py
- name: Run all the Python tests
run: python3 tests/test_all.py
2 changes: 2 additions & 0 deletions .gitignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Format Python according to PEP 8
a8c73fca0c069ff8c4f4c0cf7e118d95aa6259fe
Loading

0 comments on commit 24dc40f

Please sign in to comment.