Skip to content

Commit

Permalink
added sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin100 authored and dorin100 committed Oct 16, 2020
1 parent edc8e04 commit 2f29d75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/simple.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/sync_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: shell commands

on: [push]

jobs:
sync_testnet:
runs-on: ubuntu-latest
steps:
- name: sync test - testnet
run: ./sync_tests/sync_times_ci_testnet.sh

0 comments on commit 2f29d75

Please sign in to comment.