Skip to content

Commit fc3dc0a

Browse files
ci: typo and fix path
1 parent f664cd4 commit fc3dc0a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
labels: "automated build is failing"
7272

7373
test:
74-
name: Testing pullrequest
74+
name: Testing pull request
7575
runs-on: ${{ matrix.os }}
7676
needs: [build]
7777

@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: test
9494
run: |
95-
ctest build --verbose --timeout 5
95+
ctest build/. --verbose --timeout 5
9696
9797
- name: Label on PR fail
9898
uses: actions-ecosystem/action-add-labels@v1

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ a.out
4040
# Build
4141
build/
4242
git_diff.txt
43+
44+
# Testing
45+
Testing/

0 commit comments

Comments
 (0)