Skip to content

Commit

Permalink
CI attempt 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Usmani committed Jul 4, 2024
1 parent b10a37b commit 67aec16
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Github CI
on: [push]
image: python:latest
jobs:
test:
name: test
runs-on: windows-latest
steps:
- name: test
- run: pytest
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 comments on commit 67aec16

Please sign in to comment.