GiteaCI #1
@@ -9,10 +9,6 @@ on:
|
||||
env:
|
||||
CCACHE_BASEDIR: ${{ github.workspace }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
actions: read
|
||||
checks: write
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -49,10 +45,3 @@ jobs:
|
||||
run: |
|
||||
cd ./build/${{ matrix.build_type }}
|
||||
xvfb-run ctest . --output-on-failure
|
||||
|
||||
- name: Unit Tests Report
|
||||
uses: dorny/test-reporter@v2
|
||||
with:
|
||||
name: "Unit Tests Report (${{ matrix.build_type }}, unity_build=${{ matrix.unity_build }})"
|
||||
path: build/${{ matrix.build_type }}/TestResults/*.xml
|
||||
reporter: java-junit
|
||||
@@ -21,6 +21,7 @@ class TimeFixture: public ::testing::Test
|
||||
TEST_F(TimeFixture, Year_ShouldReturnTheYear)
|
||||
{
|
||||
EXPECT_EQ(m_time.Year(), 2026);
|
||||
EXPECT_TRUE(false);
|
||||
}
|
||||
|
||||
/****************************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user