Skip to content

Commit

Permalink
CI: ensure action workflow to test code runs
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm authored May 11, 2024
1 parent d85922a commit 1d715a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test API Response Package

on:
push:
branches:
- main
pull_request:
branches: [ "main" ]
branches:
- main

jobs:
build:
Expand All @@ -16,4 +20,4 @@ jobs:
python-version: "3.9"

- name: Test with unittest
run: python -m unittest rest_api_response/tests/test_responses.py
run: python -m unittest rest_api_response/tests/test_responses.py

0 comments on commit 1d715a6

Please sign in to comment.