Event Fabric Online Tests #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |