From 4e1153ee375cb3e3f80fdcde485325ecf84989c7 Mon Sep 17 00:00:00 2001 From: Ben-Foxman Date: Sun, 13 Oct 2024 19:39:19 -0400 Subject: [PATCH] update workflow --- .github/workflows/test_workflow.yml | 42 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index de776431..1a0fcef4 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -9,27 +9,27 @@ on: - main jobs: - # python-tests: - # name: Run Back End Tests - # runs-on: ubuntu-latest - - # steps: - # - name: Check out code - # uses: actions/checkout@v3 - - # - name: Set up Python - # uses: actions/setup-python@v5 - # with: - # python-version: '3.x' - - # - name: Install dependencies - # run: | - # python -m pip install --upgrade pip - # pip install -r requirements.txt - - # - name: Run Tests - # run: | - # python3 simulation/test_evolution.py + python-tests: + name: Run Back End Tests + runs-on: ubuntu-latest + + steps: + - name: Check out code + uses: actions/checkout@v3 + + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: '3.x' + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt + + - name: Run Tests + run: | + python3 simulation/test_evolution.py javascript-tests: name: Run Front End Tests runs-on: ubuntu-latest