mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
15 lines
263 B
YAML
15 lines
263 B
YAML
name: "Test Payments endpoint"
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 8 * * *"
|
|
|
|
jobs:
|
|
ats-diagnostics:
|
|
runs-on: macos-latest
|
|
|
|
steps:
|
|
- name: Run ats-diagnostics
|
|
run: nscurl --ats-diagnostics https://payments.streetwriters.co
|