Skip to content

Commit

Permalink
updated pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 12, 2024
1 parent bf02e52 commit 2c0579a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
name: Tests

on:
push:
branches: [main]
pull_request:
branches: [main]
push
# branches: [main]

jobs:
run-tests:
runs-on: ubuntu-latest

services:
mongodb:
image: mongo
ports:
- 27017:27017

steps:
- name: Check out repository
uses: actions/checkout@main
Expand Down

0 comments on commit 2c0579a

Please sign in to comment.