Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Foxman committed Oct 13, 2024
1 parent 03d9482 commit 4e1153e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e1153e

Please sign in to comment.