Skip to content

Commit

Permalink
Adding missing newlines
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Farina <matt@mattfarina.com>
  • Loading branch information
mattfarina committed Mar 28, 2022
1 parent a70af2f commit 74ab476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Install dependencies
run: sudo apt install subversion mercurial bzr
- name: Test
run: make test
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
# windows installer is still bzr 2.5. The installer does not setup working
# cacerts. This needs to be manually modified to get working. Skipping
# tests in this environment as there are environment problems.
SKIP_BZR: "true"
SKIP_BZR: "true"

0 comments on commit 74ab476

Please sign in to comment.