Skip to content

Commit

Permalink
Merge pull request #4 from snehals-uc/main
Browse files Browse the repository at this point in the history
testing workflow config
  • Loading branch information
snehals-uc authored Feb 27, 2024
2 parents 3edce15 + fb2f736 commit e80d826
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run_sdk_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: SDK test with Python Script on Merge

on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -21,4 +24,4 @@ jobs:
- name: Checking env's exist
run: echo "CLIENT_ID is $CLIENT_ID and CLIENT_SECRET is $CLIENT_SECRET"
- name: Run SDK test
run: cd test && python base.py --exclude TestPacer
run: cd test && python base.py --exclude TestPacer

0 comments on commit e80d826

Please sign in to comment.