Skip to content

Event Fabric Online Tests #3

Event Fabric Online Tests

Event Fabric Online Tests #3

Workflow file for this run

name: Event Fabric Online Tests
on:
workflow_dispatch:
jobs:
download-and-store:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
path: $HOME
- name: Download File
run: |
mkdir -p $HOME/.diaspora
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=${{ secrets.STORAGE_DB_FOR_TESTING }}' -O $HOME/.diaspora/storage.db
- name: Check File
run: |
ls -l $HOME/diaspora-event-sdk
- name: Check Repo
run: |
ls -l $HOME/diaspora-event-sdk