remove tests
All checks were successful
Deploy Lecture site / build (push) Successful in 11s

This commit is contained in:
Schallbert 2024-09-09 13:23:12 +02:00
parent 1f20603d92
commit 60be69421c

View File

@ -18,19 +18,13 @@ jobs:
container:
volumes:
# left: where the output will end up on disk, right: volume name inside container
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp
steps:
- name: --- CHECKOUT ---
uses: actions/checkout@v3
with:
path: ./
- name: --- TEST ---
run: |
echo "hello world"
touch test.txt
pwd
ls -al
path: ./tmp
- name: --- NOTIFY ---
run: |
curl \