Skip to content

Commit 8350185

Browse files
πŸš€ github action test
1 parent b8dd8cb commit 8350185

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Run CI
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [ main ]
7+
pull_request:
8+
branches: [ main ]
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β€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tests:
2+
ids:
3+
- 2258

0 commit comments

Comments
Β (0)