Skip to content

Commit

Permalink
Update test_prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michplunkett committed Dec 29, 2023
1 parent 2e5e6a3 commit 67cfae9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test_prs.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
name: CI

# Controls when the action will run.
on:
pull_request:
branches:
- develop
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
env:
FLASK_APP: OpenOversight.app
strategy:
matrix:
python-version: ["3.11", "3.12"]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Run tests
run: PYTHON_VERSION=${{ matrix.python-version }} make test_with_version
Expand Down

0 comments on commit 67cfae9

Please sign in to comment.