Skip to content

Commit

Permalink
added print test
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent dab09d5 commit 99c3903
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-ubu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: core-ubu20
on:
push:
branches:
- 'feature/ci'
- 'no'
pull_request:
branches:
- 'feature/ci'
- 'no'
workflow_dispatch:
branches:
- '*'
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/core-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ name: core-ubu22
on:
push:
branches:
- 'feature/ci'
- 'no'
pull_request:
branches:
- 'feature/ci'
- 'no'
workflow_dispatch:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Echo Test
run: |
echo "Hello World"
- uses: actions/checkout@v3
- name: Install APT Deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev
Expand Down

0 comments on commit 99c3903

Please sign in to comment.