Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
aramovic79 committed Aug 19, 2024
1 parent 63073a4 commit 74c5052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-apeiora-ows3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
# - name: Run tests using make
# run: make tmptest
- name: Run tests using make
run: make tmptest
- name: Check and install make
run: |
if ! command -v make &> /dev/null
Expand Down

0 comments on commit 74c5052

Please sign in to comment.