Revision 0e5d5f2f
Von Enrique Morales vor mehr als 1 Jahr hinzugefügt
.github/workflows/main.yml | ||
---|---|---|
1 |
on: push |
|
2 |
|
|
3 |
jobs: |
|
4 |
build: |
|
5 |
runs-on: ubuntu-latest |
|
6 |
steps: |
|
7 |
- name: Check out repository code |
|
8 |
uses: actions/checkout@v3 |
|
9 |
- name: Installiere postgrsql |
|
10 |
run: | |
|
11 |
sudo apt-get update |
|
12 |
sudo apt-get install postgresql |
|
13 |
- name: Starten der Tests... |
|
14 |
- run: t/test.pl |
Auch abrufbar als: Unified diff
Create main.yml
Automatisches Testen