We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3e793 commit 0939c68Copy full SHA for 0939c68
.github/workflows/test.yml
@@ -1,13 +1,17 @@
1
name: Tests
2
3
on:
4
+ pull_request:
5
push:
6
+ # trying and staging branches are for BORS config
7
branches:
8
+ - trying
9
+ - staging
10
- master
- pull_request:
11
12
jobs:
- build:
13
+ tests:
14
+ name: instant-meilisearch-tests
15
runs-on: ubuntu-latest
16
17
steps:
bors.toml
@@ -0,0 +1,3 @@
+status = ["instant-meilisearch-tests"]
+# 1 hour timeout
+timeout-sec = 3600
0 commit comments