Skip to content

Commit

Permalink
revert: use gh action from master
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 7, 2024
1 parent c067386 commit 996b0a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- name: Build binary 🔢
run: pyinstaller "main.spec"
- name: Run conversion ↩️
run: .\dist\ms_teams_parser.exe -f ".\testdata\John Doe\IndexedDB\https_teams.microsoft.com_0.indexeddb.leveldb" -o "output.json"
run: .\dist\ms_teams_parser.exe -f ".\testdata\John Doe\IndexedDB\https_teams.microsoft.com_0.indexeddb.leveldb" -o "current_output.json"
# - name: Calculate diff 👽
# run: git diff --no-index --word-diff expected_output/john_doe.json current_output.json

0 comments on commit 996b0a9

Please sign in to comment.