Revision 0e5d5f2f
Von Enrique Morales vor etwa 2 Jahren hinzugefügt
| .github/workflows/main.yml | ||
|---|---|---|
|
on: push
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Check out repository code
|
||
|
uses: actions/checkout@v3
|
||
|
- name: Installiere postgrsql
|
||
|
run: |
|
||
|
sudo apt-get update
|
||
|
sudo apt-get install postgresql
|
||
|
- name: Starten der Tests...
|
||
|
- run: t/test.pl
|
||
Auch abrufbar als: Unified diff
Create main.yml
Automatisches Testen