Skip to content

Commit

Permalink
added the private-data test under test-02-raft
Browse files Browse the repository at this point in the history
test-02-private-data.sh
  • Loading branch information
Sanket-0510 committed Jun 14, 2024
1 parent cc48063 commit 67ee2b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@ jobs:
e2e-network/docker/test-02-raft.sh.logs/*
e2e-network/docker/test-02-raft.sh.tmpdir/fablo-target/**/*
- name: Test Private-Data
run: e2e-network/docker/test-02-private-data.sh

- uses: actions/upload-artifact@v2
if: always()
with:
name: test-02-private-data
path: |
e2e-network/docker/test-02-private-data.sh.logs/*
e2e-network/docker/test-02-private-data.sh.tmpdir/fablo-target/**/*
test-04-snapshot:
Expand Down
Empty file modified e2e-network/docker/test-02-private-data.sh
100644 → 100755
Empty file.

0 comments on commit 67ee2b7

Please sign in to comment.