fix workflows
This commit is contained in:
parent
c94580f25c
commit
45d1ec8ba9
5 changed files with 6 additions and 6 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Style
|
||||
name: MacOS
|
||||
|
||||
on: [push]
|
||||
|
||||
|
@ -21,5 +21,5 @@ jobs:
|
|||
|
||||
- name: test
|
||||
run: |
|
||||
cd build/debug
|
||||
cd build
|
||||
ctest --build-config Debug
|
||||
|
|
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: MacOS
|
||||
name: Style
|
||||
|
||||
on: [push]
|
||||
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
|
||||
- name: test
|
||||
run: |
|
||||
cd build/debug
|
||||
cd build
|
||||
ctest --build-config Debug
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
|
||||
- name: test
|
||||
run: |
|
||||
cd build/debug
|
||||
cd build
|
||||
ctest --build-config Debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue