Skip to content

Commit

Permalink
Remove spurious -
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Sep 17, 2023
1 parent f64cbaf commit ff36e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout script and install dependencies
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
path: qlever-control
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout script and install dependencies
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
path: qlever-control
run: |
Expand Down

0 comments on commit ff36e36

Please sign in to comment.