Skip to content

Commit

Permalink
Add Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
James Browning committed Feb 23, 2021
1 parent 4901ab4 commit e1daba7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deployment_test.yml
@@ -0,0 +1,18 @@
name: Dev/Test Network Deployment Data Checks

on:
schedule:
- cron: '0 12 * * *'
push:
branches:
- feat/deployment-tests
workflow_dispatch:

jobs:
deployment-data-checks:
runs-on: ubuntu-20.04
steps:
- name: Install newman
run: npm install newman
- name: Run tests
run: nodejs data-dpeloy-test

0 comments on commit e1daba7

Please sign in to comment.