Skip to content

Commit

Permalink
test: updated testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vincepick committed Dec 19, 2024
1 parent caf231a commit 6190522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
AUTOIG=$(pwd)
cd $AUTOIG/scripts/testScripts
echo "Running basic tests for Push"
bash check.sh
bash check_push.sh
- name: Run Push Tests
if: github.event_name == 'push'
Expand All @@ -105,7 +105,7 @@ jobs:
AUTOIG=$(pwd)
cd $AUTOIG/scripts/testScript
echo "Running more thorough tests for Pull Request"
bash check.sh
bash check_push.sh
bash check_pr.sh
# bash check.sh
Expand Down

0 comments on commit 6190522

Please sign in to comment.