Skip to content

Commit

Permalink
github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpolach321 committed Sep 20, 2024
1 parent 0351b6e commit 27182ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build
on:
push:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/checkout@v4.1.7

- name: Build Project
uses: threeal/cmake-action@v2.0.0
with:
source-dir: tests/integration/
build-dir: tests/integration/build
18 changes: 0 additions & 18 deletions .github/workflows/manual.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Ceedling Unit Tests
uses: pavelpolach321/action-ceedling-unit-test@2.0.0
Expand Down

0 comments on commit 27182ea

Please sign in to comment.