Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish committed Jul 16, 2024
1 parent da2ce1b commit df01f4e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/revised-its.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ on:

jobs:
changes:
if: false
runs-on: ubuntu-latest
# Required permissions
permissions:
Expand All @@ -62,7 +61,7 @@ jobs:
- '!extension*/**'
it:
#needs: changes
needs: changes
strategy:
fail-fast: false
matrix:
Expand Down
39 changes: 25 additions & 14 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,38 @@
# limitations under the License.

name: "Unit & Integration tests CI"
#on:
# push:
# paths-ignore:
# - '**/*.md'
# - 'dev/**'
# - 'docs/**'
# - 'examples/**/jupyter-notebooks/**'
# - 'web-console/**'
# - 'website/**'
# branches:
# - master
# - '[0-9]+.[0-9]+.[0-9]+' # release branches
# - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
# pull_request:
# paths-ignore:
# - '**/*.md'
# - 'dev/**'
# - 'docs/**'
# - 'examples/**/jupyter-notebooks/**'
# - 'web-console/**'
# - 'website/**'
# branches:
# - master
# - '[0-9]+.[0-9]+.[0-9]+' # release branches
# - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
on:
push:
paths-ignore:
- '**/*.md'
- 'dev/**'
- 'docs/**'
- 'examples/**/jupyter-notebooks/**'
- 'web-console/**'
- 'website/**'
branches:
- master
- '[0-9]+.[0-9]+.[0-9]+' # release branches
- '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
pull_request:
paths-ignore:
- '**/*.md'
- 'dev/**'
- 'docs/**'
- 'examples/**/jupyter-notebooks/**'
- 'web-console/**'
- 'website/**'
branches:
- master
- '[0-9]+.[0-9]+.[0-9]+' # release branches
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@Category({BackwardCompatibility.class})
public class ITIndexerTest extends AbstractITBatchIndexTest
{

private static final String INDEX_TASK = "/indexer/wikipedia_index_task.json";
private static final String INDEX_QUERIES_RESOURCE = "/indexer/wikipedia_index_queries.json";
private static final String INDEX_DATASOURCE = "wikipedia_index_test";
Expand Down

0 comments on commit df01f4e

Please sign in to comment.