Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <[email protected]>
  • Loading branch information
fubarhouse committed Jun 27, 2024
1 parent 64f621b commit b3c4f6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,13 @@ jobs:
- name: Import database
run: mysql -uroot -proot test_db < mtk-dump-clean.sql

- name: Upload diff as artifact
uses: actions/upload-artifact@v2
with:
name: file-diff
path: |
.github/workflows/functional-test.sql
mtk-dump-clean.sql
- name: Generate diff
run: diff -q .github/workflows/functional-test.sql mtk-dump-clean.sql

0 comments on commit b3c4f6d

Please sign in to comment.