fixed missing env in chat-build workflow
All checks were successful
Codacy Scan / Codacy Security Scan (push) Successful in 9s
Build WHY2-chat / test-why2 (./out/why2-chat-client, ./configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Successful in 2m19s
Test Project / test-project (./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./test) (push) Successful in 2m45s
Test WHY2-core / test-why2 (why2, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 3m1s
Test WHY2-logger / test-why2 (why2-logger, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 3m15s

This commit is contained in:
Václav Šmejkal 2025-02-04 22:31:41 +01:00
parent 667eac9faa
commit d23fe1de78
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,6 @@ on:
permissions:
contents: read
env:
bramborak: ${{ secrets.BRAMBORAK }}

View File

@ -23,6 +23,9 @@ on:
schedule:
- cron: '40 22 12 4 2'
env:
bramborak: ${{ secrets.BRAMBORAK }}
jobs:
test-why2:
runs-on: ${{ matrix.os }}