Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
Export TESTS_BOT_TOKEN to env before running API tests
  • Loading branch information
baderouaich authored Oct 1, 2023
1 parent 9f7264a commit 2e7a469
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ jobs:
make --version
ninja --version
- name: Export TESTS_BOT_TOKEN to env
run: export TESTS_BOT_TOKEN=${{ secrets.TESTS_BOT_TOKEN }}

- name: Build & run CText flow
run: |
mkdir cmake-build-debug && cd cmake-build-debug
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
export TESTS_BOT_TOKEN=${{ secrets.TESTS_BOT_TOKEN }}
ninja tests/all -j$(nproc)
ninja test
ninja test

0 comments on commit 2e7a469

Please sign in to comment.