Skip to content

Commit

Permalink
CI attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Usmani committed Jul 4, 2024
1 parent f302826 commit ff4409b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# For more information see: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
on: [push]
image: python:latest
stages:
- test
test:
stage: test
script:
- pytest
jobs:

test:
steps:
- run: pytest

0 comments on commit ff4409b

Please sign in to comment.