Skip to content

chore: Add network configuration for slam-network in compose.yml #50

chore: Add network configuration for slam-network in compose.yml

chore: Add network configuration for slam-network in compose.yml #50

Workflow file for this run

name: SLaM App Tests
on:
pull_request:
push:
branches:
- main
jobs:
app_test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r app/requirements.txt
- name: Run tests
run: |
cd app
jac test -f "test_*.jac"