Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Jul 24, 2023
1 parent 6233ce1 commit 517a7e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Install GTest
Expand All @@ -23,11 +23,14 @@ jobs:
ls -lh lib
sudo cp lib/libgtest* /usr/local/lib/
- uses: actions/checkout@v3
- name: Run CMake
- name: Build
run: |
mkdir build
cd build
cmake -Dtest=ON ..
ls -l
make
./easyloggingpp-unit-tests
- name: Run CMake
run: |
pwd && ls -l
./build/easyloggingpp-unit-tests

0 comments on commit 517a7e9

Please sign in to comment.