Skip to content

Commit

Permalink
chore: local
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Nov 11, 2024
1 parent ee7f8f7 commit ef7d375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
cd /home/brodey/scuda-latest
ls
s server &
./local.sh server &
server_pid=$!
sleep 5
export SCUDA_SERVER=0.0.0.0
s test && echo "Tests passed successfully!" || (echo "Tests failed. Exiting..."; exit 1)
./local.sh test && echo "Tests passed successfully!" || (echo "Tests failed. Exiting..."; exit 1)
EOF
Expand Down

0 comments on commit ef7d375

Please sign in to comment.