Skip to content

Commit 00e3fe4

Browse files
committed
Rename jobs
1 parent a3d13d3 commit 00e3fe4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
tests:
14-
name: instant-meilisearch-tests
14+
name: integration-tests
1515
runs-on: ubuntu-latest
1616

1717
steps:
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn test:demo:browser
3333

3434
style:
35-
name: instant-meilisearch-style-tests
35+
name: style-check
3636
runs-on: ubuntu-latest
3737

3838
steps:
@@ -43,7 +43,7 @@ jobs:
4343
run: yarn lint
4444

4545
builds:
46-
name: instant-meilisearch-playground-builds
46+
name: playground-builds
4747
runs-on: ubuntu-latest
4848

4949
steps:

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
status = ["instant-meilisearch-tests", "instant-meilisearch-style-tests", "instant-meilisearch-playground-builds"]
1+
status = ["integration-tests", "style-check", "playground-builds"]
22
# 1 hour timeout
33
timeout-sec = 3600

0 commit comments

Comments
 (0)