Skip to content

Commit

Permalink
Update CI_Test_Run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil-sharma-50 authored Jan 2, 2024
1 parent 56cee39 commit 68e255d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI_Test_Run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
pip install -r requirements.txt
- name: CI Run tests
run: bash ./test.sh
run: |
chmod +x test.sh
./start_test.sh

0 comments on commit 68e255d

Please sign in to comment.