ci config
All checks were successful
Build Project / TestWithDb (push) Successful in 30s

This commit is contained in:
Martin Below 2024-06-10 10:27:06 +02:00
parent bb39d93fbf
commit 684ca370bc

View File

@ -18,9 +18,9 @@ jobs:
steps:
- name: debug
run: echo "username: ${{ gitea.actor }}"
run: echo "username ${{ gitea.actor }}"
- name: debug2
run: echo "password: ${{ secrets.GITEA_TOKEN }}"
run: echo "password ${{ secrets.GITEA_TOKEN }}"
- name: install netcat
run: apt-get -y update ; apt -y install netcat-openbsd
- name: install mariadb server