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 b8dd8cb commit 8350185Copy full SHA for 8350185
β.github/workflows/ci.ymlβ
@@ -0,0 +1,20 @@
1
+name: Run CI
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches: [ main ]
7
+ pull_request:
8
9
10
+jobs:
11
+ synthetic_ci:
12
+ runs-on: ubuntu-latest
13
+ name: Run OpenStatus Synthetics CI
14
+ steps:
15
+ - name: Checkout
16
+ uses: actions/checkout@v2
17
+ - name: Run OpenStatus Synthetics CI
18
+ uses: openstatus/openstatus-github-action@v1
19
+ with:
20
+ api_key: ${{ secrets.OPENSTATUS_API_KEY }}
βconfig.openstatus.yamlβ
@@ -0,0 +1,3 @@
+tests:
+ ids:
+ - 2258
0 commit comments