Skip to content

Commit

Permalink
Update test workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
chandralegend committed Mar 15, 2024
1 parent ef39ced commit b93b18f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: SLaM App Tests

on:
pull_request:
Expand All @@ -24,4 +24,4 @@ jobs:
pip install -r requirements.txt
- name: Run tests
run: sh src/run_tests.sh
run: sh scripts/run_tests.sh
4 changes: 2 additions & 2 deletions .github/workflows/query_engine_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Query Engine Tests
on:
pull_request:
paths:
Expand All @@ -14,7 +14,7 @@ on:
- 'requirements.dev.txt'

jobs:
app_test:
query_engine_test:
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down
3 changes: 1 addition & 2 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ for file in $files; do
echo "Test failed: $file"
exit $exit_code
fi
done

done

0 comments on commit b93b18f

Please sign in to comment.