Skip to content

Commit

Permalink
Add GitHub Actions workflow for automated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PGrabinski-xBerry committed Mar 5, 2024
1 parent 1dc5c8f commit 035b2fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ jobs:
Test-GenAI-Detection:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: pip install -r requirements.txt
- run: pytest

0 comments on commit 035b2fc

Please sign in to comment.