Skip to content

Commit

Permalink
testing for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar1854 committed May 20, 2024
1 parent abffc29 commit 7e85220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Run Tests

on:
push:
branches: main
branches:
- "**"
pull_request:
branches: main

Expand Down
2 changes: 1 addition & 1 deletion tests/test_data/tblr_output.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{"top": false, "bottom": 4, "left": false, "right": 1},
{"top": false, "bottom": 5, "left": false, "right": 1},
{"top": false, "bottom": 5, "left": 0, "right": 2},
{"top": false, "bottom": 6, "left": 1, "right": 3},
{"top": false, "bottom": 7, "left": 2, "right": false},
Expand Down

0 comments on commit 7e85220

Please sign in to comment.