Skip to content

Set ace_mode for custom languages #104

Set ace_mode for custom languages

Set ace_mode for custom languages #104

Workflow file for this run

name: "Run Tests"
on:
push:
pull_request:
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
- name: "Install test dependencies"
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: "Run tests"
run: python -m pytest